DialmasterOrg / Youtarr

An application to automate downloading of Youtube videos for Plex
37 stars 1 forks source link

Channel Page - Try to reduce unnecessary calls to Youtube API. #54

Closed dialmaster closed 1 year ago

dialmaster commented 1 year ago

Since the Youtube API has quota limits, try to limit unnecessary calls to it. Right now every time you load a channel page, it gets new lists of videos from Youtube. Instead... it should store the last time it fetched the list for that channel, and only fetch new videos if it's been more than 24 hours since the last time. We may also want to look into fetching more videos from the list.