Zongle Wang
Zongle Wang
Yep, may use socket5 protocol?
``` export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 export HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 ``` ```bash [•] Collating... • [01 The Four Seasons, Concerto No. 1 in E (La primavera/ Spring) RV269 (Op. 8 No. 1): I....
Ok, still big thanks to your work ❤️
My `.npmrc`: ``` https-proxy = "http://127.0.0.1:7890/" proxy = "http://127.0.0.1:7890/" registry = "https://registry.npm.taobao.org/" ```
```bash snebula@MBP ~/Downloads freyr https://music.apple.com/cn/album/the-four-seasons-concerto-no-1-in-e-la-primavera/697328812\?i\=697329513 ____ / __/_______ __ _______ / /_/ ___/ _ \/ / / / ___/ / __/ / / __/ /_/ / / /_/...
Actually I also set proxy in `.zshrc`: ``` export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 http_proxy=socks5://127.0.0.1:7890 ... ```
The `http://127.0.0.1:7890` is pointing to a proxy app in my device, it's [Clash](https://github.com/Dreamacro/clash). I can use the same proxy to git pull, update brew, and more.
Yep, I can.
> Oh, makes sense. So it turns out, the `http` client library freyr uses for YouTube Music – got [doesn't read those environment variables by default](https://github.com/sindresorhus/got/blob/main/documentation/tips.md#proxying). Maybe I should file...
@saket CC