tastelessjolt / youtube-dl-android

A basic implementation of youtube-dl in Android/Java
GNU General Public License v3.0
105 stars 23 forks source link

Builted as a library with same logic. #22

Open nihatalim opened 5 years ago

tastelessjolt commented 5 years ago

Looks good. :+1: Thank you for your contributions.

How can one use this library in another application? If it's possible to do that, then I'll merge the changes.

PS: Sorry for the late review.

nihatalim commented 5 years ago

I was tried using as a library but I was faced issue. I ever use kotlin before so I have no solution for this problem. Actually I don't know why this problem is appear. Maybe some people can solve this issue so I leave log file at below. I think that is related with gradle.

https://jitpack.io/com/github/nihatalim/youtube-dl-android/0.9/build.log

nihatalim commented 5 years ago

I was solved this issue. You can see an example in my last commit.