fix(en/tokuzilla): Fix search selector (#2338)
This commit is contained in:
@ -7,7 +7,7 @@ ext {
|
|||||||
extName = 'Tokuzilla'
|
extName = 'Tokuzilla'
|
||||||
pkgNameSuffix = 'en.tokuzilla'
|
pkgNameSuffix = 'en.tokuzilla'
|
||||||
extClass = '.Tokuzilla'
|
extClass = '.Tokuzilla'
|
||||||
extVersionCode = 11
|
extVersionCode = 12
|
||||||
libVersion = '13'
|
libVersion = '13'
|
||||||
containsNsfw = false
|
containsNsfw = false
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ class Tokuzilla : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ============================== Popular ===============================
|
// ============================== Popular ===============================
|
||||||
override fun popularAnimeSelector() = "div.col-sm-4.col-xs-12.item.post"
|
override fun popularAnimeSelector() = "div.col-sm-4.col-xs-12.item"
|
||||||
|
|
||||||
override fun popularAnimeRequest(page: Int) = GET("$baseUrl/page/$page")
|
override fun popularAnimeRequest(page: Int) = GET("$baseUrl/page/$page")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user