Added MangaPhoenix (#3029)

* Added MangaPhoenix

* Version
This commit is contained in:
Agayev033 2020-05-06 17:10:11 +04:00 committed by GitHub
parent df8e210c5c
commit 549af8b808
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 {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 87
extVersionCode = 88
libVersion = '1.2'
}

View File

@ -114,7 +114,8 @@ class MadaraFactory : SourceFactory {
GuncelManga(),
WeScans(),
ArangScans(),
MangaHentai()
MangaHentai(),
MangaPhoenix()
// Removed by request of site owner
// EarlyManga(),
@ -631,3 +632,5 @@ class WeScans : Madara("WeScans", "https://wescans.xyz", "en") {
class ArangScans : Madara("Arang Scans", "https://www.arangscans.xyz", "en")
class MangaHentai : Madara("Manga Hentai", "https://mangahentai.me", "en")
class MangaPhoenix : Madara("Manga Phoenix", "https://mangaphoenix.com/", "tr")