Skip to content

Instantly share code, notes, and snippets.

@nker150
Created February 3, 2023 05:07
Show Gist options
  • Select an option

  • Save nker150/db953e0cebaf0c655c9e8ba096fccf3b to your computer and use it in GitHub Desktop.

Select an option

Save nker150/db953e0cebaf0c655c9e8ba096fccf3b to your computer and use it in GitHub Desktop.
update.sh for subdirectory
#!/bin/bash
yt-dlp --extractor-args youtube:player_client=android --throttled-rate 100K --cookies ~/cookies.txt --download-archive ./archive.txt --write-description --write-info-json --write-annotations --write-sub --write-auto-sub --write-thumbnail -i -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/bestvideo+bestaudio' -o '%(upload_date)s-%(title)s.%(ext)s' https://www.youtube.com/@ThePatriotNurse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment