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(),
|
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")
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue