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:
AbdullahM0hamed 2020-11-07 14:33:45 +00:00 committed by GitHub
parent 03f262cae8
commit a476034aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'WP MangaStream (multiple sources)'
pkgNameSuffix = 'all.wpmangastream'
extClass = '.WPMangaStreamFactory'
extVersionCode = 31
extVersionCode = 32
libVersion = '1.2'
}

View File

@ -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")