Last active
March 28, 2024 06:27
-
-
Save BitWizCoder-ol/f39c949573722b6c548e9d3cf7fc24e4 to your computer and use it in GitHub Desktop.
Revisions
-
BitWizCoder revised this gist
Mar 22, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ 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 -
BitWizCoder revised this gist
Mar 11, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ 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 $URL && rm output.mp4 -
BitWizCoder created this gist
Mar 11, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=480]' -o 'output.%(ext)s' --split-chapters -o 'chapter:%(section_number)s - %(section_title)s.%(ext)s' --merge-output-format mp4 $URL && rm output.mp4