MikrokosmosFansub: fix page list (#4458)
This commit is contained in:
parent
fdcae35d12
commit
7ac206a61a
|
@ -3,7 +3,7 @@ ext {
|
|||
extClass = '.MikrokosmosFansub'
|
||||
themePkg = 'zeistmanga'
|
||||
baseUrl = 'https://mikrokosmosfb.blogspot.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import org.jsoup.Jsoup
|
|||
|
||||
class MikrokosmosFansub : ZeistManga("Mikrokosmos Fansub", "https://mikrokosmosfb.blogspot.com", "tr") {
|
||||
|
||||
override val pageListSelector = "div.check-box > script"
|
||||
override val pageListSelector = "div.check-box script:containsData(content)"
|
||||
|
||||
override fun pageListParse(response: Response): List<Page> {
|
||||
val document = response.asJsoup()
|
||||
|
|
Loading…
Reference in New Issue