WP MangaStream add ChiOtaku (#5202)

add ChiOtaku source
This commit is contained in:
Riztard Lanthorn 2020-12-20 06:06:47 +07:00 committed by GitHub
parent eaab0e1ce9
commit e700047ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -59,10 +59,13 @@ class WPMangaStreamFactory : SourceFactory {
KaisarKomik(), KaisarKomik(),
MasterKomik(), MasterKomik(),
KomikRu(), KomikRu(),
MangaShiro() MangaShiro(),
ChiOtaku()
) )
} }
class ChiOtaku : WPMangaStream("ChiOtaku", "https://chiotaku.com", "id")
class LiebeSchneeHiver : WPMangaStream( class LiebeSchneeHiver : WPMangaStream(
"Liebe Schnee Hiver", "Liebe Schnee Hiver",
"https://www.liebeschneehiver.com", "https://www.liebeschneehiver.com",