Skip to content

Instantly share code, notes, and snippets.

@simonliu009
Forked from ryanlid/youtube-dl.md
Created October 31, 2020 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonliu009/7003ff000d39f77af75902abca13b340 to your computer and use it in GitHub Desktop.
Save simonliu009/7003ff000d39f77af75902abca13b340 to your computer and use it in GitHub Desktop.
youtube-dl 下载设置代理

socks5代理

youtube-dl --proxy socks5://127.0.0.1:1080 https://www.youtube.com/watch?v=6_gLU_OStK0

http代理

youtube-dl --proxy http://127.0.0.1:8118 https://www.youtube.com/watch?v=6_gLU_OStK0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment