Skip to content

Instantly share code, notes, and snippets.

@BitWizCoder-ol
Last active March 28, 2024 06:27
Show Gist options
  • Save BitWizCoder-ol/f39c949573722b6c548e9d3cf7fc24e4 to your computer and use it in GitHub Desktop.
Save BitWizCoder-ol/f39c949573722b6c548e9d3cf7fc24e4 to your computer and use it in GitHub Desktop.
download youtube videos in separated chapters
yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=480]' -o 'output.%(ext)s' --split-chapters -o 'chapter:%(title)s/%(section_number)s - %(section_title)s.%(ext)s' --merge-output-format mp4 https://youtu.be/jZzyERW7h1A && rm output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment