JuanBindez / pytubefix

Python3 library for downloading YouTube Videos.
http://pytubefix.rtfd.io/
MIT License
454 stars 67 forks source link

[Questio] Is it possible to get youtube urls from a certain channel for a certain period of time ? #211

Open timtensor opened 1 week ago

timtensor commented 1 week ago

Hi, I am interested in finding youtube urls published on a certain week number. Is it possible to list all the youtube urls for a certain week number from pytube fix ? T

felipeucelli commented 6 days ago

Hello, YouTube API provides us videos by pagination of around 30 items. They are provided from newest to oldest.

I don't know of any official way to obtain a specific date, what we can do is get all the videos and filter them by date.