parent
27118d8c2c
commit
01bda012a6
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Dilbert'
|
||||
pkgNameSuffix = 'en.dilbert'
|
||||
extClass = '.Dilbert'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -111,7 +111,7 @@ class Dilbert : ParsedHttpSource() {
|
||||
override fun imageUrlRequest(page: Page) = GET(page.url, headers)
|
||||
|
||||
override fun imageUrlParse(document: Document) =
|
||||
"https:" + document.first(".img-comic").attr("src")
|
||||
document.first(".img-comic").attr("src")
|
||||
|
||||
private val SManga.year: Int
|
||||
get() = url.substringAfterLast('?').toInt()
|
||||
|
Loading…
x
Reference in New Issue
Block a user