Add JavHD provider

This commit is contained in:
Jace 2022-08-23 11:36:51 +08:00
parent ea21bfed20
commit 1393dae52e
5 changed files with 323 additions and 0 deletions

View file

@ -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()