madara: Add olaoe.giize.com (#4413)

Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
This commit is contained in:
Youssif Shaaban Alsager 2020-09-25 12:55:44 +02:00 committed by GitHub
parent a665c7bc1d
commit edf8bc11f8
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 = 132
extVersionCode = 133
libVersion = '1.2'
containsNsfw = true
}

View File

@ -158,7 +158,8 @@ class MadaraFactory : SourceFactory {
ZManga(),
ZinManga(),
ShoujoHearts(),
AlianzaMarcial()
AlianzaMarcial(),
OlaoeManga()
// Removed by request of site owner
// EarlyManga(),
// MangaGecesi(),
@ -1264,3 +1265,5 @@ class ShoujoHearts : Madara("ShoujoHearts", "http://shoujohearts.com", "en") {
}
class AlianzaMarcial : Madara("AlianzaMarcial", "https://alianzamarcial.xyz", "es")
class OlaoeManga : Madara("مانجا اولاو", "https://olaoe.giize.com", "ar")