Skip to content

Instantly share code, notes, and snippets.

@1c7
Created July 8, 2018 07:57
Show Gist options
  • Save 1c7/627439d5a7db9e5a4093ce189a0fc81c to your computer and use it in GitHub Desktop.
Save 1c7/627439d5a7db9e5a4093ce189a0fc81c to your computer and use it in GitHub Desktop.
youtube-dl Download Youtube Video
## What you need
1. youtube-dl
2. aria2
3. Proxy(if you live in Country like China)
## Run this in command line
export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;
youtube-dl --external-downloader aria2c --external-downloader-args "-x 16 -k 1M" https://www.youtube.com/watch?v=rAeN7TdGq4o
@1c7
Copy link
Author

1c7 commented Jul 8, 2018

export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;

youtube-dl --external-downloader aria2c --external-downloader-args "-x 16  -k 1M" https://www.youtube.com/watch?v=rAeN7TdGq4o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment