LizardByte/db

excessive youtube api requests

ReenigneArcher opened this issue · 1 comments

Describe the Bug

Each PR creates a significant number of YouTube API requests. This can cause issues when trying to get a change into the master branch.

Expected Behavior

Let's implement some things to improve this situation.

  • requests cache, saving cache file to GitHub
  • separate API key strictly for merges into master
  • fallback to YouTube DL to get metadata

Additional Context

No response