Fix ManyToon.me & ManyToon.club (#19029)
Fix issues in which both sources unable to load any mangas. Closes #16612
This commit is contained in:
parent
bdc0ea4d06
commit
368afc16ee
|
@ -0,0 +1,11 @@
|
||||||
|
package eu.kanade.tachiyomi.extension.en.manytoonclub
|
||||||
|
|
||||||
|
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
|
class ManyToonClub : Madara("ManyToonClub", "https://manytoon.club", "ko") {
|
||||||
|
|
||||||
|
override val mangaSubString = "manhwa-raw"
|
||||||
|
|
||||||
|
// The website does not flag the content.
|
||||||
|
override val filterNonMangaItems = false
|
||||||
|
}
|
|
@ -4,8 +4,7 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||||
|
|
||||||
class ManyToonMe : Madara("ManyToon.me", "https://manytoon.me", "en") {
|
class ManyToonMe : Madara("ManyToon.me", "https://manytoon.me", "en") {
|
||||||
|
|
||||||
override val useNewChapterEndpoint: Boolean = true
|
override val mangaSubString = "comic"
|
||||||
|
|
||||||
// The website does not flag the content.
|
override val useNewChapterEndpoint: Boolean = true
|
||||||
override val filterNonMangaItems = false
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -358,9 +358,9 @@ class MadaraGenerator : ThemeSourceGenerator {
|
||||||
SingleLang("Mantraz Scan", "https://mantrazscan.com", "es"),
|
SingleLang("Mantraz Scan", "https://mantrazscan.com", "es"),
|
||||||
SingleLang("ManWe", "https://manwe.pro", "tr", className = "EvaScans", overrideVersionCode = 1),
|
SingleLang("ManWe", "https://manwe.pro", "tr", className = "EvaScans", overrideVersionCode = 1),
|
||||||
SingleLang("ManyComic", "https://manycomic.com", "en", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("ManyComic", "https://manycomic.com", "en", isNsfw = true, overrideVersionCode = 1),
|
||||||
SingleLang("ManyToon.me", "https://manytoon.me", "en", isNsfw = true, className = "ManyToonMe", overrideVersionCode = 4),
|
SingleLang("ManyToon.me", "https://manytoon.me", "en", isNsfw = true, className = "ManyToonMe", overrideVersionCode = 5),
|
||||||
SingleLang("ManyToon", "https://manytoon.com", "en", isNsfw = true, overrideVersionCode = 5),
|
SingleLang("ManyToon", "https://manytoon.com", "en", isNsfw = true, overrideVersionCode = 5),
|
||||||
SingleLang("ManyToonClub", "https://manytoon.club", "ko", isNsfw = true, overrideVersionCode = 1),
|
SingleLang("ManyToonClub", "https://manytoon.club", "ko", isNsfw = true, overrideVersionCode = 2),
|
||||||
SingleLang("MG Komik", "https://mgkomik.id", "id", overrideVersionCode = 11),
|
SingleLang("MG Komik", "https://mgkomik.id", "id", overrideVersionCode = 11),
|
||||||
SingleLang("Midnight Mess Scans", "https://midnightmess.org", "en", isNsfw = true, overrideVersionCode = 6),
|
SingleLang("Midnight Mess Scans", "https://midnightmess.org", "en", isNsfw = true, overrideVersionCode = 6),
|
||||||
SingleLang("MidnightManga", "http://midnightmanga.com", "es"),
|
SingleLang("MidnightManga", "http://midnightmanga.com", "es"),
|
||||||
|
|
Loading…
Reference in New Issue