Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
[Solved] ABC [GO]: Unable to retrieve required files for playback. #25207
Comments
|
This is because the method for retrieving the video ID has changed to a different key pair, so youtube-dl scrapes the wrong video ID—VDKA0_uixgx8ru instead of whatever the real ID is. Also is the reason for #25197, though why it's asking for log-in credentials I have no idea. Solution:Open /youtube_dl/extractor/go.py, go to line 141, and change it to read:
|
|
is this issue going to be resolved in the next Youtube-DL version? |
|
Oh, fantastic @tmthywynn8 - thank you very much for the solution! |
|
Thank you @tmthywynn8! |
|
Solution: Open /youtube_dl/extractor/go.py, go to line 141, and change it to read:
This is the exact line 141 I have in go.py and I am STILL receiving error 1025! |
|
It looks like #25216 is the pull request that fixes this problem, but the PR is still open, and when I look at that line in master it is not the same as what's in the fix, so it looks like it never got merged. I have a local copy based on a commit from around that same time in which I applied the patch manually. It worked in May, and I just tried it again and it still works (for me) now. It may not be the only problem, but I think #25216 needs to be merged at the very least. |
|
Any chance this will be merged soon? |
|
Hope the developers merge the changes |
Checklist
Verbose log
Description
These URL's were working fine just a few weeks ago. This change seems to have happened recently?