-
Notifications
You must be signed in to change notification settings - Fork 538
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
added streamoupload extractor #506
Conversation
you need to add the extractor inside the also please see artifact build check as your code has compilation errors |
ok |
I think your Extractor had same code with SpeedoStream.kt, why dont just put code below into it and StreamoUpload() to utils/ExtractorApi.kt class StreamoUpload : SpeedoStream() { |
|
Everything is fixed now let me merge 🥺 |
app/src/main/java/com/lagradost/cloudstream3/extractors/StreamoUpload.kt
Outdated
Show resolved
Hide resolved
fixed the issues |
added streamoupload extractor #498