mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
test
This commit is contained in:
parent
5af192c012
commit
64f8127911
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
override val supportedTypes = setOf(
|
||||
TvType.Anime,
|
||||
)
|
||||
override val docSpecial = app.get(mainUrl, timeout = 120).document
|
||||
override val docSpecial = app.get(mainUrl, timeout = 120).document.map
|
||||
|
||||
override suspend fun getMainPage(page: Int, request : MainPageRequest): HomePageResponse {
|
||||
val urls = listOf(
|
||||
|
|
Loading…
Reference in a new issue