Checklist
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)
FreeTubeApp/FreeTube#8137
ytdlp pr; yt-dlp/yt-dlp#14471
Additional information
The application should also be improved accordingly.
Checklist
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)
FreeTubeApp/FreeTube#8137
ytdlp pr; yt-dlp/yt-dlp#14471
Additional information
The application should also be improved accordingly.