HaarigerHarald / android-youtubeExtractor

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

ciphered url cannot be downloaded, HTTP ERROR 403 #162

Open williamycyh opened 3 years ago

williamycyh commented 3 years ago

Recently I found that ciphered url can be parsed to get the video url, but it cannot be downloaded, and an error is reported: HTTP ERROR 403. How to resolve... sample urls: https://youtu.be/djEvsJGVkI8 https://www.youtube.com/watch?v=2mY7AFTtYwQ

Dn-a commented 3 years ago

hi @williamycyh, same problem. How did you solve it?

Dn-a commented 3 years ago

solved PR #163

williamycyh commented 3 years ago

solved PR #163 I just tried it and found that there is still a problem with new commit. Matcher mat = patSignatureDecFunction.matcher(javascriptFile); mat.find() will return false

williamycyh commented 3 years ago

solved PR #163 I just tried it and found that there is still a problem with new commit. Matcher mat = patSignatureDecFunction.matcher(javascriptFile); mat.find() will return false

sample url: https://youtu.be/djEvsJGVkI8

Dn-a commented 3 years ago

hi @williamycyh in addition to my fix, do this #165

williamycyh commented 3 years ago

hi @Dn-a I have noticed that your modification has been successful for some time in the past.

But recently I have this problem again, I checked the parsed url and there is no problem. And the python project youtube-dl has the same problem.

I think it was caused by some modifications made by youtube, do you have a solution. sample url: https://www.youtube.com/watch?v=2mY7AFTtYwQ