-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
[BUG] Error fetching video qualities: YoutubeExplodeException: Video xWYhcQv7MV0 returned 403 (stream: 18) #286
Comments
Same here. |
Same |
It looks like YouTube has upgraded its validation mechanism for accessing the googlevideo.com stream URL. |
is there any solution ?? |
Anything guys? |
It has been confirmed that YouTube has indeed blocked the vulnerable interface used by youtube_explode_dart. |
@bigzhu Any quick solution???? |
Would you please let us know what you did or any quick solution or even let us test your approach? @bigzhu |
youtube_explode_dart/lib/src/videos/video_controller.dart Lines 71 to 78 in 699208f
The ANDROID_TESTSUITE and ANDROID clients are no longer usable; they have been blocked by YouTube. |
Thank you! |
Use my forked version to temporarily solve this problem: |
@bigzhu THX I check the api, It works. Could I ask where do you get the new clientName and clientVersion? Is there a reference? |
It works for me well. |
Use this project (https://github.com/zerodytrash/YouTube-Internal-Clients/) to run the scan yourself and obtain the currently available interfaces. |
This temporary solution works fine with me. |
I've just pushed a new version At the moment I'm not sure which would be the most stable client to implement, for example seems like |
Hello. I had the same issue. |
@Hexer10 i updated to version 2.2.2 , it works fine for some videos but this issue still present for most of the videos. could you please verify if it is working fine? |
Hello again, it works with some videos and others have the same error. anyone with any updates?
|
we can see how parabolic downloads it it works still and can download mp3 from youtube maybe we can download it as mp3 and play it as it is being downloaded |
이 방법은 저에게 엄청난 도움이 되었습니다! |
It works for me too |
@ssss500 Can we please reopen?
|
Same here |
same issue |
Same issue from Middle East |
Same here |
upgrade to 2.2.3 working for me. Hope to help u |
what i have to update to get work ? |
youtube_explode_dart: ^2.2.3 |
i added in yaml but still not working |
Same issue! |
Issue Summary
I am encountering the following error on all videos across more than one application:
Error fetching video qualities: YoutubeExplodeException: Video xWYhcQv7MV0 returned 403 (stream: 18)
Any solution?
The text was updated successfully, but these errors were encountered: