Skip to content

Instantly share code, notes, and snippets.

@Reclyptor
Last active January 8, 2025 09:18
Show Gist options
  • Select an option

  • Save Reclyptor/b67944d9af7aa2ba4b86397c05429cb9 to your computer and use it in GitHub Desktop.

Select an option

Save Reclyptor/b67944d9af7aa2ba4b86397c05429cb9 to your computer and use it in GitHub Desktop.
YTDLP
#! /bin/bash
yt-dlp.exe --cookies-from-browser firefox --compat-options youtube-dl -f "bestvideo[height>=3840]+bestaudio[ext=m4a]/bestvideo[height>=1920]+bestaudio[ext=m4a]/bestvideo[height>=720]+bestaudio[ext=m4a]/bestvideo[height>=480]+bestaudio[ext=m4a]/best" --write-thumbnail -i --add-metadata --write-info-json --output "C:\Users\\${USER}\Desktop\%(upload_date)s.%(title)s.%(id)s.%(ext)s" --merge-output-format mp4 "${1}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment