Skip to content

Instantly share code, notes, and snippets.

@Perlence
Last active December 24, 2015 09:13
Show Gist options
  • Select an option

  • Save Perlence/a0b644dadece2f34e9a0 to your computer and use it in GitHub Desktop.

Select an option

Save Perlence/a0b644dadece2f34e9a0 to your computer and use it in GitHub Desktop.
Download a batch of YouTube videos concurrently
youtube-dl -a - -i -o ' out=%(uploader)s/%(id)s %(title)s.%(ext)s' -g --get-filename --cookies .cookies \
< all-bookmarks.txt \
^ youtube-dl.log \
| aria2c -c -j 6 -x 6 -s 6 -k 1M --load-cookies=.cookies -i - --deferred-input=true \
^ aria2c.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment