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