mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
Update MagusManga.kt (#1208)
* Update MagusManga.kt * Update MangaThemesiaGenerator.kt
This commit is contained in:
parent
20852ebec5
commit
5e1d31f2ba
@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class MagusManga : MangaThemesia(
|
||||
"Magus Manga",
|
||||
"https://magusmanga.com",
|
||||
"https://vofeg.com",
|
||||
"en",
|
||||
dateFormat = SimpleDateFormat("MMMMM dd, yyyy", Locale("en")),
|
||||
) {
|
||||
|
@ -83,7 +83,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
|
||||
SingleLang("LianScans", "https://www.lianscans.my.id", "id", isNsfw = true),
|
||||
SingleLang("Luminous Scans", "https://lumitoon.com", "en", overrideVersionCode = 3),
|
||||
SingleLang("Lunar Scans", "https://lunarscan.org", "en", isNsfw = true, overrideVersionCode = 1),
|
||||
SingleLang("Magus Manga", "https://magusmanga.com", "en", overrideVersionCode = 1),
|
||||
SingleLang("Magus Manga", "https://vofeg.com", "en", overrideVersionCode = 2),
|
||||
SingleLang("Makimaaaaa", "https://makimaaaaa.com", "th", isNsfw = true),
|
||||
SingleLang("Manga Efendisi", "https://mangaefendisi.net", "tr"),
|
||||
SingleLang("Manga Flame", "https://mangaflame.org", "ar", overrideVersionCode = 1),
|
||||
|
Loading…
Reference in New Issue
Block a user