-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[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 |
This is still not fixed. Please merge the change! |
Seriously! +1 |
Please merge this! |
Not sure what the notion of merging of is, but I support the motion to get this issue fixed. Will save me from making the edit every time I update the software. |
* https://github.com/ytdl-org/youtube-dl: [youtube] Remove unused code [go] Improve video id extraction (closes ytdl-org#25207, closes ytdl-org#25216, closes ytdl-org#26058) [test_execution] Add test for lazy extractors (refs ytdl-org#28780) [test_youtube_misc] Move YoutubeIE.extract_id test into separate module [youtube] Fix lazy extractors (closes ytdl-org#28780) [bbc] Extract full description from __INITIAL_DATA__ (refs ytdl-org#28774) [bbc] Extract description and timestamp from __INITIAL_DATA__ (ytdl-org#28774)
@choc96208 on the other version of youtube-dl it works fine. |
Checklist
Verbose log
Description
These URL's were working fine just a few weeks ago. This change seems to have happened recently?
The text was updated successfully, but these errors were encountered: