HaarigerHarald / android-youtubeExtractor

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

Fix pat decryption js file&chiper signature #167

Closed Dn-a closed 3 years ago

Dn-a commented 3 years ago

Hi @HaarigerHarald, In the last few days I found a problem with the url of videos with encrypted signature. In practice the url 's/player/....js 'is now returned without slash and consequently the Pattern patDecryptionJsFile failed in matching check. I also added the fix proposed by @lortspogi #165 solves the problem of HTTP ERROR 403 on private videos.

HaarigerHarald commented 3 years ago

The tests seem to pass, thanks