lekma / plugin.video.invidious

Invidious Addon for Kodi
GNU General Public License v3.0
50 stars 7 forks source link

fix: remove instances with api disabled #85

Closed SethFalco closed 1 year ago

SethFalco commented 1 year ago

Each instance has an api field associated with it, if this is set to false, then it will not work in third-party clients such as this one.

All requests will just result in a 403 (Forbidden).

This removes those instances from the instance selection.

image

lekma commented 1 year ago

i didn't know about this field, thanks