Created
July 8, 2018 07:57
-
-
Save 1c7/627439d5a7db9e5a4093ce189a0fc81c to your computer and use it in GitHub Desktop.
youtube-dl Download Youtube Video
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 | |
Author
1c7
commented
Jul 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment