Elijas / auto-youtube-subscription-playlist-2

Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
MIT License
248 stars 54 forks source link

Reduce quota usage #61

Closed victorjzsun closed 4 years ago

victorjzsun commented 4 years ago

Youtube.Search.list consumes 100 quota units per 50 videos per channel Youtube.Channels.list consumes 3 quota units per channel Youtube.PlaylistItems.list consumes 3 quota units per 50 videos per channel Replacing Search with Channels + PlaylistItems

Additionally, break up the script for potential (pausing and) resuming in case of script timeout