madara: Add manga.detectiveconanar.com (#4054)

Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
This commit is contained in:
Youssif Shaaban Alsager 2020-08-09 00:59:38 +02:00 committed by GitHub
parent f83482f8ba
commit dfdc7d6ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 126
extVersionCode = 127
libVersion = '1.2'
containsNsfw = true
}

View File

@ -152,7 +152,8 @@ class MadaraFactory : SourceFactory {
Skymanga(),
ToonilyNet(),
BestManga(),
TwilightScans()
TwilightScans(),
DetectiveConanAr()
// Removed by request of site owner
// EarlyManga(),
// MangaGecesi(),
@ -1205,3 +1206,5 @@ class ToonilyNet : Madara("Toonily.net", "https://toonily.net", "en")
class BestManga : Madara("BestManga", "https://bestmanga.club", "ru", SimpleDateFormat("dd.MM.yyyy", Locale.getDefault()))
class TwilightScans : Madara("Twilight Scans", "https://twilightscans.com", "en")
class DetectiveConanAr : Madara("شبكة كونان العربية", "https://www.manga.detectiveconanar.com", "ar")