Skip to content

Instantly share code, notes, and snippets.

@bossjones
Created September 9, 2024 15:37
Show Gist options
  • Save bossjones/fca4c164cb333b89061f2146eb9ad8f5 to your computer and use it in GitHub Desktop.
Save bossjones/fca4c164cb333b89061f2146eb9ad8f5 to your computer and use it in GitHub Desktop.
yt-dlp format_by_user_id.sh
yt-dlp -v -f "bv*+ba/b" -n --ignore-errors --no-mtime --recode-video mp4 --embed-thumbnail --convert-thumbnails jpg --cookies=~/Downloads/yt-cookies.txt -o "%(uploader|uploader_id|creator)s__%(title)s__-%(id)s.%(ext)s" -o "thumbnail:%(uploader)s__%(title)s__-%(id)s.%(ext)s" -j "<WEBSITE>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment