Skip to content

Instantly share code, notes, and snippets.

@memoryleak
Created June 7, 2020 13:04
Show Gist options
  • Save memoryleak/b38a0cfd0aec1fdce84c7a18dc45e151 to your computer and use it in GitHub Desktop.
Save memoryleak/b38a0cfd0aec1fdce84c7a18dc45e151 to your computer and use it in GitHub Desktop.
youtube-dl \
--yes-playlist \
--skip-unavailable-fragments \
--restrict-filenames \
-f best \
-o "%(uploader)s - %(playlist)s - %(upload_date)s - %(title)s" \
--match-filter "!is_live"
--match-filter "duration < 1800"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment