Skip to content

Instantly share code, notes, and snippets.

@and2long
Forked from ryanlid/youtube-dl.md
Created May 23, 2019 03:44
Show Gist options
  • Save and2long/d3b6591e1e67914c78d88e2dddcf8006 to your computer and use it in GitHub Desktop.
Save and2long/d3b6591e1e67914c78d88e2dddcf8006 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