-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Player): Add support for Proof of Origin tokens #708
Conversation
Maybe I should provide some instructions on how to generate that famous potoken? Like linking to https://github.com/iv-org/youtube-trusted-session-generator But I have no idea where you would want that? The "option" section already contains a lot of things: https://github.com/LuanRT/YouTube.js?tab=readme-ov-file#options |
Usually, we add docs for things like this here. Just a link to invidious' po token generator in the readme would be more than enough. |
@LuanRT I have added a link to invidious youtube-trusted-session-generator in the same "options" section in the README Code is ready for review. |
Tried copying them from the browser:
Playback requests are still failing with 403 |
@MaksymPylypenko |
Looks good and works like a charm. Merging. |
This PR adds the ability to configure po_token.
Fixes #674
Fixes #696