WP MangaStream add source (#5156)

add Liebe Schnee Hiver
This commit is contained in:
Riztard Lanthorn 2020-12-16 21:26:06 +07:00 committed by GitHub
parent b8b02229a9
commit 00f9528ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -36,6 +36,7 @@ class WPMangaStreamFactory : SourceFactory {
WestManga(),
KomikGo(),
KomikIndo(),
LiebeSchneeHiver(),
SekteKomik(),
MangaSwat(),
MangaRaw(),
@ -62,6 +63,13 @@ class WPMangaStreamFactory : SourceFactory {
)
}
class LiebeSchneeHiver : WPMangaStream(
"Liebe Schnee Hiver",
"https://www.liebeschneehiver.com",
"tr",
SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("tr"))
)
class MangaShiro : WPMangaStream("MangaShiro", "https://mangashiro.co", "id")
class KomikRu : WPMangaStream("KomikRu", "https://komikru.com", "id", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id")))