Proposal
It'd be great to have a feature to cut downloading videos like:
https://www.youtube.com/watch?v=y0sF5xhGreA 00:14-00:17
Youtube native time query-parameter t can be used too:
https://youtu.be/y0sF5xhGreA?si=-Jqi0FkG4YVtuf1x&ab_channel=ThePetCollective&t=14
I think timings should be parsed independently like:
/(([0-9]+):)?([0-9]+):([0-9])+/g
if 2 of them found - the beginning and the end of the video.
if only 1 found - the beginning of the video.
ffmpeg can be used to cut video.
Proposal
It'd be great to have a feature to cut downloading videos like:
Youtube native time query-parameter
tcan be used too:I think timings should be parsed independently like:
if 2 of them found - the beginning and the end of the video.
if only 1 found - the beginning of the video.
ffmpeg can be used to cut video.