Skip to content

Instantly share code, notes, and snippets.

@muhannad0
Created November 11, 2023 06:47
Show Gist options
  • Save muhannad0/12c18d7532a25af06cb1b83e2779fa51 to your computer and use it in GitHub Desktop.
Save muhannad0/12c18d7532a25af06cb1b83e2779fa51 to your computer and use it in GitHub Desktop.
yt-dlp usage notes

yt-dlp docker usage notes

Download audio only

# from a playlist
docker run --rm -v $(pwd):/downloads jauderho/yt-dlp -x --audio-format mp3 --yes-playlist '<playlist url>'

# single video
docker run --rm -v $(pwd):/downloads jauderho/yt-dlp -x --audio-format mp3 '<video-url>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment