-
Notifications
You must be signed in to change notification settings - Fork 306
all videos from youtube not working #218
Comments
same here...new browser youTubeExtractor: Extraction failed private static final String USER_AGENT = "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Safari/537.36"; |
That because it trying to open modified by extractor link, for example And the page is not available. I guess youtube changed something. Stack trace: W/System.err: java.io.FileNotFoundException: https://www.youtube.com/get_video_info?video_id=8MLa-Lh8lkU&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2F8MLa-Lh8lkU |
Same to Same I'm also facing this issues |
Hi, I've changed line 61 and updated Chrome version to 99.0.4844.51 now it works perfectly. Greetings. |
@JMerchanFL, what is line 61? I'm currently facing this issue. This is an example of a URL that is giving the said exception. My conjecture is that YouTube definitely changed something. |
This one: Line 60 in c9044ef
|
Yes, they updated Chrome to a new version. That is why this error shows. Do the following in YoutubeExtractor java class Old one: Change to a new one:
Basically as you can see, Chrome is updated to Chrome/97.0.4692.98. Safari is not changed yet. |
Old one:
Basically as you can see, Chrome is updated to Chrome/97.0.4692.98. Safari is not changed yet. |
it not works now |
videos came to an error
"D/extractor : response not found"
The text was updated successfully, but these errors were encountered: