kkdai / youtube

Download Youtube Video in Golang
MIT License
3.3k stars 430 forks source link

How can I Specify the start and end times for downloading the video? #313

Open stuartjing opened 9 months ago

stuartjing commented 9 months ago

I want to specify a certain segment of the YouTube video to save traffic. Instead of downloading and editing videos. Can I implement it through this library? I haven't found the location for the settings so far. Thank you for your answer.

stuartjing commented 9 months ago

Is there a way to do it?

shoce commented 9 months ago

Is there a way to do it?

I am not an authour of this library/tool, but as far as I know, downloading parts is not implemented.

corny commented 9 months ago

Are you asking to specify the byterange or the start/stop time of a video?

This library could be adjusted to specifying the byterange. For the video itself it's not possible because we don't have this information.