Move Shea Manga from Madara to WP MangaStream (#4612)

This commit is contained in:
Riztard Lanthorn 2020-10-17 04:43:24 +07:00 committed by GitHub
parent 7f877799f7
commit 0af6ecdb26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -144,7 +144,6 @@ class MadaraFactory : SourceFactory {
ReadManhua(), ReadManhua(),
RenaScans(), RenaScans(),
S2Manga(), S2Manga(),
SheaManga(),
Skymanga(), Skymanga(),
TheTopComic(), TheTopComic(),
ThreeSixtyFiveManga(), ThreeSixtyFiveManga(),
@ -1203,8 +1202,6 @@ class TruyenTranhAudioOnline : Madara("TruyenTranhAudio.online", "https://truyen
class MangaTurf : Madara("Manga Turf", "https://mangaturf.com", "en") class MangaTurf : Madara("Manga Turf", "https://mangaturf.com", "en")
class SheaManga : Madara("Shea Manga", "https://sheamanga.my.id", "id")
class FurioScans : Madara("Furio Scans", "https://furioscans.com", "pt-BR", SimpleDateFormat("dd/MM/yyyy", Locale.getDefault())) class FurioScans : Madara("Furio Scans", "https://furioscans.com", "pt-BR", SimpleDateFormat("dd/MM/yyyy", Locale.getDefault()))
class Mangareceh : Madara("Mangareceh", "https://mangareceh.id", "id") class Mangareceh : Madara("Mangareceh", "https://mangareceh.id", "id")

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 = 26 extVersionCode = 27
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -50,10 +50,13 @@ class WPMangaStreamFactory : SourceFactory {
Boosei(), Boosei(),
Mangakyo(), Mangakyo(),
AsuraScans(), AsuraScans(),
SilenceScan() SilenceScan(),
SheaManga()
) )
} }
class SheaManga : WPMangaStream("Shea Manga", "https://sheamanga.my.id", "id")
class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en") class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en")
class SekteKomik : WPMangaStream("Sekte Komik (WP Manga Stream)", "https://sektekomik.com", "id") class SekteKomik : WPMangaStream("Sekte Komik (WP Manga Stream)", "https://sektekomik.com", "id")