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)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 171
|
||||
extVersionCode = 172
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -190,7 +190,9 @@ class MadaraFactory : SourceFactory {
|
|||
RenaScans(),
|
||||
RuyaManga(),
|
||||
S2Manga(),
|
||||
SekteDoujin(),
|
||||
ShoujoHearts(),
|
||||
Siyahmelek(),
|
||||
Skymanga(),
|
||||
SoloScanlation(),
|
||||
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 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)'
|
||||
pkgNameSuffix = 'all.wpmangastream'
|
||||
extClass = '.WPMangaStreamFactory'
|
||||
extVersionCode = 45
|
||||
extVersionCode = 46
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ class WPMangaStreamFactory : SourceFactory {
|
|||
SekteKomik(),
|
||||
MangaSwat(),
|
||||
MangaRaw(),
|
||||
SekteDoujin(),
|
||||
NonStopScans(),
|
||||
KomikTap(),
|
||||
Matakomik(),
|
||||
|
@ -684,8 +683,6 @@ class MangaRaw : WPMangaStream("Manga Raw", "https://mangaraw.org", "ja") {
|
|||
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 KomikTap : WPMangaStream("KomikTap", "https://komiktap.in/", "id")
|
||||
|
|
Loading…
Reference in New Issue