You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the command above will only download the specific during of content. Can you add the "download-sections" to your code?
like, yt-dlp --write-subs --sub-langs en --convert-subs=srt --restrict-filenames --no-check-certificates --use-postprocessor srt_fix https://www.youtube.com/watch?v=EJ-DLRP8JUA -f 140 --download-sections "*00:04:30-00:06:30"
thanks
The text was updated successfully, but these errors were encountered:
If you can figure out how to get the argument parameters, I'll do it.
filtering the srt for timecodes is simple enough
bk111 ***@***.***> schrieb am Fr., 22. März 2024, 09:54:
yt-dlp https://youtu.be/p2c6ioGbXCs --download-sections "*1:26:46-1:43:56" -f 137+140 --merge-output-format mp4
yt-dlp -f 140 --download-sections "*4:30-5:30" https://youtu.be/p2c6ioGbXCs
yt-dlp -f 140 --download-sections "*00:04:30-00:05:10" https://youtu.be/p2c6ioGbXCs
the command above will only download the specific during of content. Can you add the "download-sections" to your code?
like, yt-dlp --write-subs --sub-langs en --convert-subs=srt --restrict-filenames --no-check-certificates --use-postprocessor srt_fix https://www.youtube.com/watch?v=EJ-DLRP8JUA -f 140 --download-sections "*00:04:30-00:06:30"
thanks
The text was updated successfully, but these errors were encountered: