Last active
March 28, 2024 06:27
-
-
Save BitWizCoder-ol/f39c949573722b6c548e9d3cf7fc24e4 to your computer and use it in GitHub Desktop.
download youtube videos in separated chapters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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