WP Mangastream - update KomikTap domain (#3854)

This commit is contained in:
Mike 2020-07-20 05:12:05 -04:00 committed by GitHub
parent 74de3291ce
commit 32e76591a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -615,7 +615,7 @@ class SekteDoujin : WPMangaStream("Sekte Doujin", "https://sektedoujin.com", "id
class NonStopScans : WPMangaStream("Non-Stop Scans", "https://www.nonstopscans.com", "en") class NonStopScans : WPMangaStream("Non-Stop Scans", "https://www.nonstopscans.com", "en")
class KomikTap : WPMangaStream("KomikTap", "https://komiktap.us", "id") { class KomikTap : WPMangaStream("KomikTap", "https://komiktap.net", "id") {
override fun popularMangaRequest(page: Int) = GET("$baseUrl/project/", headers) override fun popularMangaRequest(page: Int) = GET("$baseUrl/project/", headers)
override fun popularMangaNextPageSelector(): String? = null override fun popularMangaNextPageSelector(): String? = null
override fun latestUpdatesRequest(page: Int) = GET("$baseUrl/?page=$page", headers) override fun latestUpdatesRequest(page: Int) = GET("$baseUrl/?page=$page", headers)