Is it possible to download part of the youtube video?
Ex: out of 6 min length video, download only first 2 min or any time frame ?
This workaround might answer your question for now: https://github.com/rg3/youtube-dl/issues/622#issuecomment-320962680
youtube-dl -g
sed
to prepends -ss STARTTIME -i
to each line of output from youtube-dl -g
-t
-c copy
For example:
ffmpeg $(youtube-dl -g 'https://www.youtube.com/watch?v=NnW5EjwtE2U' | sed "s/.*/-ss 10 -i &/") -t 60 -c copy test3.mkv
To get from 00:10 to 01:10 of this week's Last Week Tonight segment.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With