Sorrow446 / Napster-Downloader

Napster downloader written in Go.
23 stars 3 forks source link

The application does not go through the system proxy, resulting in very slow download speeds #13

Open wanbangshucheng opened 3 months ago

wanbangshucheng commented 3 months ago

image

Sorrow446 commented 3 months ago

You have to set the environmental variable before calling it. set HTTP_PROXY=<IP>:<Port>

Also, instead of go run main.go structs.go, you can just do go run ..