HaarigerHarald / android-youtubeExtractor

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

Compatibility with latest YouTube API changes re vevo-like videos #1

Open DabKick opened 8 years ago

DabKick commented 8 years ago

Really appreciate this code, have used it in our app and it is truly awesome. Need a fix - URL for Vevo-like videos are no longer extractable. It would be great to have this fixed so we can extract URLs for vevo-like videos with signatures which is crucial for our work. If you can point to code snippets to accomplish that, that'd be great too. thanks again for this great code. Fantastic work.

HaarigerHarald commented 8 years ago

Signature deciphering should be up to date now with e61ed9d. Are you on the latest release?

Should the problem persist please enable the LOGGING flag in the YouTubeUriExtractor class, run the test cases and send me the logs in case they fail.

DabKick commented 8 years ago

Yes on the latest release...thanks, it all works! iOS had to go through an update v recently re vevo videos - should we expect another android update too? Thanks so much for your response.