Skip to content
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

Open
LuqmanArif2051 opened this issue Aug 26, 2021 · 7 comments
Open

This library is dead #76

LuqmanArif2051 opened this issue Aug 26, 2021 · 7 comments

Comments

@LuqmanArif2051
Copy link

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.

@Hvitserk1999
Copy link

I agree. +1

@amrashraf1992
Copy link

true

1 similar comment
@souravnoobcoder
Copy link

true

@lm41
Copy link

lm41 commented Apr 3, 2022

Works well for me

@lm41
Copy link

lm41 commented Apr 3, 2022

It isn't working anymore. Works again. I did a big refactor and now it works well again

@Jun19
Copy link

Jun19 commented Apr 28, 2022

它不再工作了。再次工作。我做了一个很大的重构,现在它再次运行良好
Can you share your solution? Thank you

@lm41
Copy link

lm41 commented Apr 28, 2022

Can you share your solution? Thank you

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants