Fix Komikav chapter images (#4810)
* keep wpmangastream * appveyor * this little manuever's gonna cost us 4m 21s * rm appveyor * Revert "keep wpmangastream" This reverts commit 76e57e11e30fb4a1a1271a11458be63a9605fc74. * update build.gradle
This commit is contained in:
parent
03f262cae8
commit
a476034aef
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'WP MangaStream (multiple sources)'
|
||||
pkgNameSuffix = 'all.wpmangastream'
|
||||
extClass = '.WPMangaStreamFactory'
|
||||
extVersionCode = 31
|
||||
extVersionCode = 32
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -91,7 +91,11 @@ class KomikAV : WPMangaStream(
|
|||
"https://komikav.com",
|
||||
"id",
|
||||
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id"))
|
||||
)
|
||||
) {
|
||||
override fun imageRequest(page: Page): Request {
|
||||
return GET(page.imageUrl!!, headers)
|
||||
}
|
||||
}
|
||||
|
||||
class KomikStation : WPMangaStream("Komik Station (WP Manga Stream)", "https://komikstation.com", "id")
|
||||
|
||||
|
|
Loading…
Reference in New Issue