Fix ManyToon.me & ManyToon.club (#19029)

Fix issues in which both sources unable to load any mangas.

Closes #16612
This commit is contained in:
Cuong M. Tran 2023-11-21 00:01:02 +07:00 committed by GitHub
parent bdc0ea4d06
commit 368afc16ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 5 deletions

View File

@ -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
}

View File

@ -4,8 +4,7 @@ import eu.kanade.tachiyomi.multisrc.madara.Madara
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 filterNonMangaItems = false
override val useNewChapterEndpoint: Boolean = true
}

View File

@ -358,9 +358,9 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Mantraz Scan", "https://mantrazscan.com", "es"),
SingleLang("ManWe", "https://manwe.pro", "tr", className = "EvaScans", 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("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("Midnight Mess Scans", "https://midnightmess.org", "en", isNsfw = true, overrideVersionCode = 6),
SingleLang("MidnightManga", "http://midnightmanga.com", "es"),