android-youtubeExtractor
android-youtubeExtractor copied to clipboard
[Youtube_Get_Video_Info]java.io.FileNotFoundException: https://www.youtube.com/get_video_info? even there is html5=1 as param
There is a FileNotFoundException even if we add the html5=1 to the URL. From past few days this exception is throwing when we extract the video.
There is a FileNotFoundException even if we add the html5=1 to the URL. From past few days this exception is throwing when we extract the video.
same issue with me
Same with me too, even if we add html=1 to URL, it can no longer play a video.
ps. sorry for my bad english.
Not working for me too 😥
According to the latest fix that is resolve by add html5=1 to query string, how can we know that we should add html5=1 ?
It loading for a long time pls help 😭
I think it is User-Agent's problem. Modify the below User-Agent to Mac, sometimes it works, sometimes it doesn’t work. Hope someone can solve it completely. Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36
@williamycyh That is correct but it is not working for every time. It seems they might have changes the file location.
any changes??
how do we solve this problem??
YouTube live video not playing but recorded play
On Fri, 18 Jun, 2021, 12:11 pm Saurabh Goyal, @.***> wrote:
how do we solve this problem??
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/183#issuecomment-863797465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGEZANXCXCDBAQKWLPDH7V3TTLTBDANCNFSM46YSDOZQ .
@williamycyh did you fix that? Can you share ur code. Please!
https://stackoverflow.com/questions/67615278/get-video-info-youtube-endpoint-suddenly-returning-404-not-found
Adding &c=TVHTML5&cver=6.20180913
like said in the link fixed the issue of not getting anything from the get_video_info endpoint
https://stackoverflow.com/questions/67615278/get-video-info-youtube-endpoint-suddenly-returning-404-not-found
Adding
&c=TVHTML5&cver=6.20180913
like said in the link fixed the issue of not getting anything from the get_video_info endpoint
after doing this is not working today plz resolve it