plugin.video.invidious
plugin.video.invidious copied to clipboard
Add support for authentication and online feed
This enables access to a personal feed as user registered user of an Invidious instance.
To enable the feature, go to https://invidious.example.com/authorize_token?scopes=:* to generate a token a paste the entire string into the addon's settings (eg. {"session":"v1:XXXXXXXXXXXXXX","scopes":[":*"],"signature":"XXXXXXXXXXXXXXXXXXXXX"}
).
If a token is present in the settings, the feed will default to the user's online feed (from the Invidious instance), if not, it will show the locally selected subscriptions.
This partially solves #41.
I'm fairly new to kodi, if i want to use your fork of the repo, I just download it as a zip and install it in from it ?
I'm fairly new to kodi, if i want to use your fork of the repo, I just download it as a zip and install it in from it ?
Yes, just make to sure to select the "authentication" branch before downloading as a zip from Github. Kodi will be able to install the plugin directly from this zip file.
Great. Thank you