Skip to content

Instantly share code, notes, and snippets.

@ryanlid
Last active October 31, 2020 08:15
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save ryanlid/72b50bd89e7980e5373f6aff634d7932 to your computer and use it in GitHub Desktop.
Save ryanlid/72b50bd89e7980e5373f6aff634d7932 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