[FastManhwa] Use new chapter endpoint (#9088)

FastManhwa no longer uses the old admin-ajax.php to fetch chapters.
This commit is contained in:
XdarkX 2021-09-16 17:02:28 +02:00 committed by GitHub
parent 453241bdd0
commit 4be37543a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -6,4 +6,6 @@ import java.text.SimpleDateFormat
import java.util.Locale
@Nsfw
class FastManhwa : Madara("FastManhwa", "https://fastmanhwa.net", "en", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.US))
class FastManhwa : Madara("FastManhwa", "https://fastmanhwa.net", "en", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.US)) {
override val useNewChapterEndpoint = true
}

View File

@ -77,7 +77,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("EGY Manga", "https://egymanga.net", "ar"),
SingleLang("Esomanga", "http://esomanga.com", "tr"),
SingleLang("Eternal Scans", "https://eternalscans.com", "en"),
SingleLang("FastManhwa", "https://fastmanhwa.net", "en", isNsfw = true, overrideVersionCode = 1),
SingleLang("FastManhwa", "https://fastmanhwa.net", "en", isNsfw = true, overrideVersionCode = 2),
SingleLang("FDM Scan", "https://fdmscan.com", "pt-BR", overrideVersionCode = 3),
SingleLang("Final Scans", "https://finalscans.com", "pt-BR", isNsfw = true),
SingleLang("Fiz Manga", "https://fizmanga.com", "en"),