Added ManhwaTime to Madara Extension (#3396)
Added ManhwaTime to Madara Extension
This commit is contained in:
parent
d8b036f56e
commit
4397f43d9f
@ -5,7 +5,7 @@ ext {
|
|||||||
appName = 'Tachiyomi: Madara (multiple sources)'
|
appName = 'Tachiyomi: Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 102
|
extVersionCode = 103
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,6 +130,7 @@ class MadaraFactory : SourceFactory {
|
|||||||
Manga347(),
|
Manga347(),
|
||||||
RenaScans(),
|
RenaScans(),
|
||||||
WebtoonXYZ(),
|
WebtoonXYZ(),
|
||||||
|
ManhwaTime(),
|
||||||
QueensManga(),
|
QueensManga(),
|
||||||
DropeScan()
|
DropeScan()
|
||||||
// Removed by request of site owner
|
// Removed by request of site owner
|
||||||
@ -826,6 +827,8 @@ class Reisubs : Madara("Reisubs", "https://www.reisubs.xyz", "en")
|
|||||||
|
|
||||||
class WebtoonXYZ : Madara("WebtoonXYZ", "https://www.webtoon.xyz", "en")
|
class WebtoonXYZ : Madara("WebtoonXYZ", "https://www.webtoon.xyz", "en")
|
||||||
|
|
||||||
|
class ManhwaTime : Madara("ManhwaTime", "https://manhwatime.xyz", "en")
|
||||||
|
|
||||||
class MangaReadOrg : Madara("MangaRead.org", "https://www.mangaread.org", "en", SimpleDateFormat("dd.MM.yyy", Locale.US))
|
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") {
|
class TurkceManga : Madara("Türkçe Manga", "https://turkcemanga.com", "tr") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user