-
Notifications
You must be signed in to change notification settings - Fork 431
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
Can't play/download certain YouTube videos #155
Comments
Noticed invideo.us has similar issues. Could you test if you can download the video using youtube-dl? Maybe they have a solution. |
Invidious will sometimes have issues with playback since users download the video from a different IP from where the video is requested. See iv-org/invidious#92, you should be able to fix this with I'm able to play/download the video linked in Invidious, youtube-dl, and NewPipe. I expect though the issue in this case is similar to fent/node-ytdl-core#417. To paraphrase: the video signature sometimes needs to be added as a different param name than This line likely needs to be changed to something like: streamUrl = streamUrl + tags.get("sp") + decryptSignature(tags.get("s"), decryptionCode); Similar to this line in Invidious. |
…but "sig" Thanks to @omarroth for the suggestion: see TeamNewPipe#155
Thanks to @omarroth for the suggestion: see TeamNewPipe#155
Same here since two weeks.. please when do you release an update? |
This issue should have been fixed (non-progressive/unavailable streams have been hidden since 0.20.0 and extraction of streams with If that's not the case, please let us know. Thank you! |
Trying to play or download certain videos seems to be failing. They player just loads for a long time and the downloader fails with a 404 error.
The only video with this issue that I've encountered so far is this one: https://www.youtube.com/watch?v=jdELRPEbX4A
It seems to play fine on the website or official app but other third party players (noticed it in Kodi first) seem to fail too.
The text was updated successfully, but these errors were encountered: