mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update MundoDonghuaProvider.kt
This commit is contained in:
parent
b365758e5c
commit
e2fabddc93
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class MundoDonghuaProvider : MainAPI() {
|
||||||
if (name.contains(title, true)) {
|
if (name.contains(title, true)) {
|
||||||
Episode(fixUrl(link), name)
|
Episode(fixUrl(link), name)
|
||||||
} else {
|
} else {
|
||||||
return null
|
null
|
||||||
}
|
}
|
||||||
}.reversed()
|
}.reversed()
|
||||||
val episodes = doc.select("ul.donghua-list a").map {
|
val episodes = doc.select("ul.donghua-list a").map {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue