Skip to content

Instantly share code, notes, and snippets.

@s4eidhp
Last active October 12, 2024 08:19
Show Gist options
  • Save s4eidhp/b85fe254f445428195ec9a8258be14df to your computer and use it in GitHub Desktop.
Save s4eidhp/b85fe254f445428195ec9a8258be14df to your computer and use it in GitHub Desktop.

Steps on Linux server

  • download appropriate executable from github release page or build it from source using project instructions
  • install ffmpeg on system to download best quality of videos (for more information see this post)
  • download browser cookies using firefox or chrome extension and copy it on the server
  • use --cookies flag to pass cookies file to the yt-dl
./yt-dlp --cookies cookies.txt <video_link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment