Skip to content

Instantly share code, notes, and snippets.

@akinozgen
Created March 2, 2022 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akinozgen/3b07d1ec735fdcec98ffb80fc6bf3cf1 to your computer and use it in GitHub Desktop.
Save akinozgen/3b07d1ec735fdcec98ffb80fc6bf3cf1 to your computer and use it in GitHub Desktop.
youtube-dl parallel downloads
youtube-dl --get-id "$PLAYLIST_URL" | xargs -I '{}' -P 5 youtube-dl 'https://youtube.com/watch?v={}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment