Created
March 2, 2022 09:09
-
-
Save akinozgen/3b07d1ec735fdcec98ffb80fc6bf3cf1 to your computer and use it in GitHub Desktop.
youtube-dl parallel downloads
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 --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