added 2 sources to madara (#5463)
* added siyahmelek to madara * transferred sektedoujin from mangastream to madara
This commit is contained in:
parent
30e76e16be
commit
316036ee2a
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Madara (multiple sources)'
|
extName = 'Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 171
|
extVersionCode = 172
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -190,7 +190,9 @@ class MadaraFactory : SourceFactory {
|
||||||
RenaScans(),
|
RenaScans(),
|
||||||
RuyaManga(),
|
RuyaManga(),
|
||||||
S2Manga(),
|
S2Manga(),
|
||||||
|
SekteDoujin(),
|
||||||
ShoujoHearts(),
|
ShoujoHearts(),
|
||||||
|
Siyahmelek(),
|
||||||
Skymanga(),
|
Skymanga(),
|
||||||
SoloScanlation(),
|
SoloScanlation(),
|
||||||
SpookyScanlations(),
|
SpookyScanlations(),
|
||||||
|
@ -1513,3 +1515,9 @@ class UyuyanBalik : Madara("Uyuyan Balik", "https://uyuyanbalik.com/", "tr", Sim
|
||||||
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.in", "en")
|
class MangaWeebs : Madara("Manga Weebs", "https://mangaweebs.in", "en")
|
||||||
|
|
||||||
class MMScans : Madara("MMScans", "https://mm-scans.com/", "en")
|
class MMScans : Madara("MMScans", "https://mm-scans.com/", "en")
|
||||||
|
|
||||||
|
@Nsfw
|
||||||
|
class Siyahmelek : Madara("Siyahmelek", "https://siyahmelek.com", "tr", SimpleDateFormat("dd MMM yyyy", Locale("tr")))
|
||||||
|
|
||||||
|
@Nsfw
|
||||||
|
class SekteDoujin : Madara("Sekte Doujin", "https://sektedoujin.xyz", "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 = 45
|
extVersionCode = 46
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,6 @@ class WPMangaStreamFactory : SourceFactory {
|
||||||
SekteKomik(),
|
SekteKomik(),
|
||||||
MangaSwat(),
|
MangaSwat(),
|
||||||
MangaRaw(),
|
MangaRaw(),
|
||||||
SekteDoujin(),
|
|
||||||
NonStopScans(),
|
NonStopScans(),
|
||||||
KomikTap(),
|
KomikTap(),
|
||||||
Matakomik(),
|
Matakomik(),
|
||||||
|
@ -684,8 +683,6 @@ class MangaRaw : WPMangaStream("Manga Raw", "https://mangaraw.org", "ja") {
|
||||||
override fun getFilterList(): FilterList = FilterList()
|
override fun getFilterList(): FilterList = FilterList()
|
||||||
}
|
}
|
||||||
|
|
||||||
class SekteDoujin : WPMangaStream("Sekte Doujin", "https://sektedoujin.com", "id")
|
|
||||||
|
|
||||||
class NonStopScans : WPMangaStream("Non-Stop Scans", "https://www.nonstopscans.com", "en")
|
class NonStopScans : WPMangaStream("Non-Stop Scans", "https://www.nonstopscans.com", "en")
|
||||||
|
|
||||||
class KomikTap : WPMangaStream("KomikTap", "https://komiktap.in/", "id")
|
class KomikTap : WPMangaStream("KomikTap", "https://komiktap.in/", "id")
|
||||||
|
|
Loading…
Reference in New Issue