Skip to content

Instantly share code, notes, and snippets.

@gmmoreira
Created June 30, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmmoreira/a85b86f84dd86c582bc8f2041757aa78 to your computer and use it in GitHub Desktop.
Save gmmoreira/a85b86f84dd86c582bc8f2041757aa78 to your computer and use it in GitHub Desktop.
Download a full album from Youtube
yt-dlp -v --ignore-config --split-chapters -o 'chapter:%(title)s - %(section_number)02d - %(section_title)s.%(ext)s' -f bestaudio[ext=m4a] --extract-audio --embed-thumbnail 'https://youtube.com/watch?v=aaaaaa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment