get-pytube / pytube3

A lightweight, dependency-free Python 3 library (and command-line utility) for downloading YouTube Videos.
https://pytube3.readthedocs.io
Other
178 stars 55 forks source link

Is it possible to download specific ranges of frames/time? #79

Open gianfa opened 4 years ago

gianfa commented 4 years ago

Hi, I was wondering about how to download only some portions of the videos, given that youtube already supports some parameters like "start" and "end".
For instance, I can make a video start passing t as parameter in the url (https://www.youtube.com/watch?v=QGuYep0cSAY&t=15s).

Is it already possible with pytube? If not, will it be? Thank you in advance