Add TurkceManga (#3219)

* Add TurkceManga

* Updated Build.gradle
This commit is contained in:
Agayev033 2020-05-18 02:45:17 +04:00 committed by GitHub
parent e6b3028dd6
commit b2566f7a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 93
extVersionCode = 94
libVersion = '1.2'
}

View File

@ -120,8 +120,8 @@ class MadaraFactory : SourceFactory {
MartialScans(),
MangaYosh(),
Reisubs(),
MangaReadOrg()
MangaReadOrg(),
TurkceManga()
// Removed by request of site owner
// EarlyManga(),
// MangaGecesi(),
@ -727,3 +727,5 @@ class MangaYosh : Madara("MangaYosh", "https://mangayosh.xyz", "id", SimpleDateF
class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
class MangaReadOrg : Madara("MangaRead.org", "https://www.mangaread.org", "en", SimpleDateFormat("dd.MM.yyy", Locale.US))
class TurkceManga : Madara("Türkçe Manga", "https://turkcemanga.com", "tr")