Fix regression in ArazNovel (#10341)

This commit is contained in:
Vetle Ledaal 2022-01-04 19:55:40 +00:00 committed by GitHub
parent 0fa1a6121f
commit ce7366dc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class ArazNovel : Madara("ArazNovel", "https://www.araznovel.com", "tr", SimpleD
val document = response.asJsoup()
val mangaId = document.select("div#manga-chapters-holder").attr("data-id")
val xhrRequest = xhrChaptersRequest(mangaId)
val xhrRequest = oldXhrChaptersRequest(mangaId)
val xhrResponse = client.newCall(xhrRequest).execute()
return xhrResponse.asJsoup().let { xhrDocument ->

View File

@ -36,7 +36,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Anisa Manga", "https://anisamanga.com", "tr"),
SingleLang("ApollComics", "https://apollcomics.xyz", "es", overrideVersionCode = 1),
SingleLang("Aqua Manga", "https://aquamanga.com", "en"),
SingleLang("ArazNovel", "https://www.araznovel.com", "tr", overrideVersionCode = 2),
SingleLang("ArazNovel", "https://www.araznovel.com", "tr", overrideVersionCode = 3),
SingleLang("Arthur Scan", "https://arthurscan.xyz", "pt-BR", overrideVersionCode = 4),
SingleLang("Astral Library", "https://www.astrallibrary.net", "en", overrideVersionCode = 2),
SingleLang("Asura Raw", "https://asuraraw.com", "en", overrideVersionCode = 1),