-
-
Notifications
You must be signed in to change notification settings - Fork 497
Description
Checklist
- I am aware that this issue is being opened for the NewPipe Extractor, NOT the app, and my feature request will be dismissed otherwise.
- I made sure that there are no existing issues - open or closed - which I could contribute my information to.
- I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
- This issue contains only one feature request.
- I have read and understood the contribution guidelines.
Feature description
YT has made a change to support POtoken. This needs to be fixed to prevent http 403 errors in the future. Freetube, Ytdlp and Grayjay have encountered this problem. There is a fix
It seem 403 occurs again due to YT switching to video bound poToken (instead of visitorData bound poToken)
This PR just makes local API use former for all stuff now (the latter is no longer used)
Why do you want this feature?
Fix video playback by using video ID bound poToken. It seem 403 occurs again due to YT switching to video bound poToken (instead of visitorData bound poToken). This PR just makes local API use former for all stuff now (the latter is no longer used)
ytdlp pr; yt-dlp/yt-dlp#14471
Additional information
The application should also be improved accordingly.
NewPipe may not be affected yet because this is an a/b test. Or some other reason. But just in case, just a note