iw4p / torrentp

Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code.
Other
141 stars 28 forks source link

How to use proxy to download #3

Closed HarryHsing closed 1 year ago

HarryHsing commented 1 year ago

Thank you very much for your great work!

I wonder if I can download the file via a proxy?

iw4p commented 1 year ago

Hello, You're welcome! You need to download a file when proxy is enabled? You can set it in your terminal session like this: HTTPS_PROXY=IP:PORT

HarryHsing commented 1 year ago

Hello, You're welcome! You need to download a file when proxy is enabled? You can set it in your terminal session like this: HTTPS_PROXY=IP:PORT

Got it! Thanks a lot!