Skip to content

Instantly share code, notes, and snippets.

@MohammadRaziei
Last active May 30, 2023 08:23
Show Gist options
  • Select an option

  • Save MohammadRaziei/8a721bca31c0c9c6be940e9c025f70da to your computer and use it in GitHub Desktop.

Select an option

Save MohammadRaziei/8a721bca31c0c9c6be940e9c025f70da to your computer and use it in GitHub Desktop.
download from youtube with subtitle (a single video)
youtube-dl -ciw --write-auto-sub --write-sub --sub-lang en %*
yt-dlp -ciw --write-auto-sub --write-sub --sub-lang en -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4' --proxy socks://localhost:10808
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment