Created
April 6, 2020 07:59
-
-
Save rhin0cer0s/417cca5f64e4f5ed447735a64999dd1e to your computer and use it in GitHub Desktop.
youtube-dl batch download
This file contains hidden or 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 -i -a list --download-archive archive.txt | |
# -i, --ignore-errors : ignore private/unlisted/unreachable videos | |
# -a, --batch-file FILE : load URLs from file | |
# -a, --batch-file FILE : keep logs of already downloaded videos |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment