[FastManhwa] Use new chapter endpoint (#9088)
FastManhwa no longer uses the old admin-ajax.php to fetch chapters.
This commit is contained in:
parent
453241bdd0
commit
4be37543a1
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue