iBR

Results 77 comments of iBR

check this apk [advancedDownloader-debug.zip](https://github.com/HaarigerHarald/android-youtubeExtractor/files/4731007/advancedDownloader-debug.zip)

The problem in your code, I will check later.

@Inside4ndroid Do you still have a problem?

So far working with me, could you provide some links!

Use the latest commit, until the problem is resolved. ``` implementation 'com.github.yausername.youtubedl-android:library:42c7dfcee1' implementation 'com.github.yausername.youtubedl-android:ffmpeg:42c7dfcee1' ```

Is the problem still there?

@BobbyESP I don't know what the problem is with jitpack.io but try use ` -SNAPSHOT` to solve the problem for now. ```gradle implementation 'com.github.yausername.youtubedl-android:library:-SNAPSHOT' implementation 'com.github.yausername.youtubedl-android:ffmpeg:-SNAPSHOT' implementation 'com.github.yausername.youtubedl-android:aria2c:-SNAPSHOT' ```