-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is dead #76
Comments
I agree. +1 |
true |
1 similar comment
true |
Works well for me |
It isn't working anymore. Works again. I did a big refactor and now it works well again |
|
I don't know why it is working again, but it is working with this Kotlin function: fun loadYoutubeContent(videoId: String) : VideoPlayerConfig? {
try {
val youtubeJExtractor = YoutubeJExtractor()
val videoDataInner = youtubeJExtractor.extract(videoId)
return videoDataInner
} catch (e: YoutubeRequestException) {
Log.e("EXTRACTIONERROR","", e)
} catch (e: NullPointerException) {
Log.e("EXTRACTIONERROR","", e)
}
return null
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added this library in my project and it doesn't work neither owner resolves issues. I will not recommend this useless library. try any other.
The text was updated successfully, but these errors were encountered: