HaarigerHarald / android-youtubeExtractor

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

Migrated to androidX and fixed null ytFile for adaptiveFormats #223

Open vikashbhr opened 2 years ago

vikashbhr commented 2 years ago

Migrated to androidX. Upgraded compileSdkVersion and targetSdkVersion to 32 Fixed null ytFile issue for adaptiveFormats.

jsimonassi commented 2 years ago

@vikashbhr can you help a consume from your fork?

I add maven { url "https://jitpack.io" } in all repositories, and add implementation like this:

implementation 'com.github.vikashbhr:android-youtubeExtractor:master-SNAPSHOT'

But i got this error: Screen Shot 2022-05-17 at 21 29 04

vikashbhr commented 2 years ago

To use it from my fork, do this:

hannunehg commented 1 year ago
Screen Shot 2023-07-04 at 10 22 39 AM

Thanks for the work. you have more issues to fix in androidx imports for annotations.