Created
February 25, 2017 12:49
-
-
Save kazemihabib/39c79ac731ddde86b3210cae55bb0e47 to your computer and use it in GitHub Desktop.
download with youtube-dl and aria2 with autoincrement number
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
youtube-dl -o "%(playlist_index)s-%(title)s.%(ext)s" --external-downloader "aria2c" --external-downloader-args "-x 16" <youtube_play_list_link> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
youtube-dl --external-downloader "aria2c" --external-downloader-args "-x 16" --write-sub --no-playlist -a ./links
Download videos from the links file the --no-playlist prevent from downloading the whole list when the link of video is taken from a list.