move mangaShiro to wp mangaStream (#5130)

* remove mangaShiro

* add mangaShiro to wp mangaStream
This commit is contained in:
Riztard Lanthorn
2020-12-14 19:46:34 +07:00
committed by GitHub
parent e2e3c772a7
commit 8ca71f5311
10 changed files with 5 additions and 290 deletions

View File

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

View File

@ -57,10 +57,13 @@ class WPMangaStreamFactory : SourceFactory {
Rawkuma(),
KaisarKomik(),
MasterKomik(),
KomikRu()
KomikRu(),
MangaShiro()
)
}
class MangaShiro : WPMangaStream("MangaShiro", "https://mangashiro.co", "id")
class KomikRu : WPMangaStream("KomikRu", "https://komikru.com", "id", SimpleDateFormat("MMMM dd, yyyy", Locale.forLanguageTag("id")))
class MasterKomik : WPMangaStream("MasterKomik", "https://masterkomik.com", "id")