Changed whitelisting to use channel JSON instead of page scraping.

It also only pulls data once. Uses channelID now instead of URLs.

Resolves https://github.com/ajayyy/SponsorBlock/issues/275

TODO: Add migration method to use channelID instead of channelURL
This commit is contained in:
Ajay Ramachandran
2020-04-26 15:16:00 -04:00
parent 0f9e794428
commit 16896be97f
3 changed files with 84 additions and 124 deletions

View File

@@ -540,5 +540,8 @@
},
"hiddenDueToDuration": {
"message": "hidden: too short"
},
"channelDataNotFound": {
"message": "Channel ID not loaded yet"
}
}