fix(en/tokuzilla): Fix search selector (#2338)
This commit is contained in:
@ -7,7 +7,7 @@ ext {
|
||||
extName = 'Tokuzilla'
|
||||
pkgNameSuffix = 'en.tokuzilla'
|
||||
extClass = '.Tokuzilla'
|
||||
extVersionCode = 11
|
||||
extVersionCode = 12
|
||||
libVersion = '13'
|
||||
containsNsfw = false
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ class Tokuzilla : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
|
||||
}
|
||||
|
||||
// ============================== 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")
|
||||
|
||||
|
Reference in New Issue
Block a user