HaarigerHarald / android-youtubeExtractor

Deprecated: Android based YouTube URL extractor and downloader
Other
877 stars 304 forks source link

html5=1 is not working. #185

Closed Abhay-cloud closed 3 years ago

Abhay-cloud commented 3 years ago

Before 2 days everything was working fine. But from yesterday I have found that out of 5 tries (5 clicks on download button) for the same video link, it works for only 2 time. When I click first time it does not work. It throws "java.io.FileNotFoundException: https://www.youtube.com/get_video_info?html5=1&video_id=rw9xDQRNQWY&eurl=https%3A%2F%2Fyoutube.googleapis.com%2Fv%2Frw9xDQRNQWY" then when I click 4 - 5 more times on button for the same link then it works for last 2 clicks.

gajananinfotech20 commented 3 years ago

Same issue please share solution

qyzhaojinxi commented 3 years ago

I also met this problem.

pongsatornw commented 3 years ago

Yesterday, I can play video sometimes, but now it not play even once.

shailendra-rajpoot commented 3 years ago

same problem

qyzhaojinxi commented 3 years ago

I found this can work. You can try it.

https://stackoverflow.com/a/67629882/3064153

and I found this way in this link:

https://github.com/yuliskov/MediaServiceCore/blob/f80d523fb16934cdd00f99de269c025cd24d0b5d/youtubeapi/src/test/resources/youtube-requests.http

quanctdev commented 3 years ago

Thanks @qyzhaojinxi

shailendra-rajpoot commented 3 years ago

hi friend i am beginner I could not understand you. how did you solve it plz share code if possible.

shailendra-rajpoot commented 3 years ago

hi friend i am beginner I could not understand you. how did you solve it plz share code if possible.

shailendra-rajpoot commented 3 years ago

html5=1 this is added but it not work too

shailendra-rajpoot commented 3 years ago

@quanctdev plz tell me how are your code is working ?

shailendra-rajpoot commented 3 years ago

Plz bro tell how your code is working plz share with me if possible On Jun 18, 2021 4:46 PM, "quanctdev" @.***> wrote:

Thanks @qyzhaojinxi https://github.com/qyzhaojinxi

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/185#issuecomment-863963318, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALBCMEXVKNQXZROC7IEY2C3TTMTJVANCNFSM463O74SQ .

shailendra-rajpoot commented 3 years ago

Hi bro i am not understanding you plz share code with me if possible. On Jun 18, 2021 2:47 PM, "EricZhao" @.***> wrote:

I found this can work. You can try it.

https://stackoverflow.com/a/67629882/3064153

and I found this way in this link:

https://github.com/yuliskov/MediaServiceCore/blob/ f80d523fb16934cdd00f99de269c025cd24d0b5d/youtubeapi/src/ test/resources/youtube-requests.http

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/185#issuecomment-863892051, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALBCMETC6ECIR7EUAC3ZYSLTTMFKZANCNFSM463O74SQ .

papcai commented 3 years ago

@shailendra-rajpoot add more c=TVHTML5&cver=6.20180913

shailendra-rajpoot commented 3 years ago

@papcai thanks bro it work nice.

thisistorsten commented 3 years ago

https://github.com/snakx/YouTubeApiSharp/commit/e0432b36f7416974548d56f33e27a48576b36e98

Abhay-cloud commented 3 years ago

@shailendra-rajpoot add more c=TVHTML5&cver=6.20180913

@papcai @shailendra-rajpoot Do we have to add it to video url?

qyzhaojinxi commented 3 years ago

Thanks @qyzhaojinxi

You're wecome.

thisistorsten commented 3 years ago

No. The get_video_info endpoint is dead. It doesent include needed informations anymore. It needs a refactoring of code like this one here https://github.com/snakx/YouTubeApiSharp

I already fixed it.

Abhay @.***> schrieb am Sa., 19. Juni 2021, 11:54:

@shailendra-rajpoot https://github.com/shailendra-rajpoot add more c=TVHTML5&cver=6.20180913

@papcai https://github.com/papcai @shailendra-rajpoot https://github.com/shailendra-rajpoot Do we have to add it to video url?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/HaarigerHarald/android-youtubeExtractor/issues/185#issuecomment-864384225, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS5JW2MQWRGNIW4YQLMHH5LTTRSNVANCNFSM463O74SQ .

SushilBerwal commented 3 years ago

@shailendra-rajpoot add more c=TVHTML5&cver=6.20180913

After added this parameter .m3u8 url not getting please help