mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix sora sources, fix #583 and more
This commit is contained in:
parent
d17d1e870a
commit
36d0a97580
9 changed files with 72 additions and 128 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 3
|
||||
version = 4
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -55,7 +55,7 @@ class Hentaiheaven : MainAPI() {
|
|||
val link = "$mainUrl/?s=$query&post_type=wp-manga"
|
||||
val document = app.get(link).document
|
||||
|
||||
return document.select("div.c-tabs-item div.row.c-tabs-item__content").mapNotNull {
|
||||
return document.select("div.c-tabs-item > div.c-tabs-item__content").mapNotNull {
|
||||
it.toSearchResult()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue