Move Shea Manga from Madara to WP MangaStream (#4612)
This commit is contained in:
parent
7f877799f7
commit
0af6ecdb26
|
@ -144,7 +144,6 @@ class MadaraFactory : SourceFactory {
|
|||
ReadManhua(),
|
||||
RenaScans(),
|
||||
S2Manga(),
|
||||
SheaManga(),
|
||||
Skymanga(),
|
||||
TheTopComic(),
|
||||
ThreeSixtyFiveManga(),
|
||||
|
@ -1203,8 +1202,6 @@ class TruyenTranhAudioOnline : Madara("TruyenTranhAudio.online", "https://truyen
|
|||
|
||||
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 Mangareceh : Madara("Mangareceh", "https://mangareceh.id", "id")
|
||||
|
|
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'WP MangaStream (multiple sources)'
|
||||
pkgNameSuffix = 'all.wpmangastream'
|
||||
extClass = '.WPMangaStreamFactory'
|
||||
extVersionCode = 26
|
||||
extVersionCode = 27
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -50,10 +50,13 @@ class WPMangaStreamFactory : SourceFactory {
|
|||
Boosei(),
|
||||
Mangakyo(),
|
||||
AsuraScans(),
|
||||
SilenceScan()
|
||||
SilenceScan(),
|
||||
SheaManga()
|
||||
)
|
||||
}
|
||||
|
||||
class SheaManga : WPMangaStream("Shea Manga", "https://sheamanga.my.id", "id")
|
||||
|
||||
class AsuraScans : WPMangaStream("AsuraScans", "https://asurascans.com", "en")
|
||||
|
||||
class SekteKomik : WPMangaStream("Sekte Komik (WP Manga Stream)", "https://sektekomik.com", "id")
|
||||
|
|
Loading…
Reference in New Issue