Add disk caching for youtube api calls

Fixes https://github.com/ajayyy/SponsorBlockServer/issues/239
This commit is contained in:
Ajay Ramachandran
2021-06-26 23:21:51 -04:00
parent e1cf360825
commit 07ab48da1f
8 changed files with 307 additions and 53 deletions

View File

@@ -13,6 +13,7 @@
"author": "Ajay Ramachandran",
"license": "MIT",
"dependencies": {
"@ajayyy/lru-diskcache": "^1.1.9",
"abort-controller": "^3.0.0",
"better-sqlite3": "^7.1.5",
"dotenv": "^8.2.0",