nilaoda / N_m3u8DL-CLI

[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
https://nilaoda.github.io/N_m3u8DL-CLI/
MIT License
14.14k stars 2.14k forks source link

How to make sure the downloader go through socks5 or http/https as proxy when using shadowsocks/v2ray in PAC mode? #192

Closed catshitz closed 4 years ago

catshitz commented 4 years ago

Put this into "启动参数" of N_m3u8DL-CLI-SimpleG.exe, would that work? --proxy socks5://127.0.0.1:1080 or is threre a update version with new option of this down below would be needed? socket = "socks5://127.0.0.1:1080"

nilaoda commented 4 years ago

Can't customize proxy, the program will use the system's proxy(HTTP) settings.

nilaoda commented 4 years ago

Future versions will try to add custom proxy functions.

sino1641 commented 3 years ago

Future versions will try to add custom proxy functions.

Also looking forward to it! Much thx for your great work!