Skip to content

Instantly share code, notes, and snippets.

@rhin0cer0s
Created April 6, 2020 07:59
Show Gist options
  • Save rhin0cer0s/417cca5f64e4f5ed447735a64999dd1e to your computer and use it in GitHub Desktop.
Save rhin0cer0s/417cca5f64e4f5ed447735a64999dd1e to your computer and use it in GitHub Desktop.
youtube-dl batch download
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