mirror of
https://github.com/Jacekun/cs3xxx-repo.git
synced 2024-08-14 23:57:09 +00:00
Add JavHD provider
This commit is contained in:
parent
ea21bfed20
commit
1393dae52e
5 changed files with 323 additions and 0 deletions
|
@ -5,6 +5,7 @@ import com.lagradost.cloudstream3.*
|
|||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||
import com.lagradost.cloudstream3.utils.getQualityFromName
|
||||
import com.fasterxml.jackson.annotation.JsonProperty
|
||||
import com.lagradost.cloudstream3.mvvm.logError
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.*
|
||||
import khttp.structures.cookie.CookieJar
|
||||
|
@ -90,6 +91,7 @@ class Hahomoe : MainAPI() {
|
|||
}
|
||||
} catch (e: Exception) {
|
||||
e.printStackTrace()
|
||||
logError(e)
|
||||
}
|
||||
}
|
||||
if (items.size <= 0) throw ErrorLoadingException()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue