Hades no Fansub: Update domain (#19267)

* Update domain

* Is NSFW

* Remove loadMoreRequest

* Remove unused imports
This commit is contained in:
bapeey 2023-12-11 09:41:18 -05:00 committed by GitHub
parent 37a3c875d5
commit 711b946d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
package eu.kanade.tachiyomi.extension.es.hadesnofansub
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class HadesNoFansub : Madara(
"Hades no Fansub",
"https://hadesnofansub.com",
"es",
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale("es")),
) {
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.summary_content > div.post-content div.post-content_item:has(div.summary-heading:contains(Status)) div.summary-content"
override val mangaDetailsSelectorTag = "div.tags-content a.notUsed" // Site uses this for the scanlator
}

View File

@ -124,7 +124,7 @@ class MadaraGenerator : ThemeSourceGenerator {
SingleLang("Grabber Zone", "https://grabber.zone", "all"),
SingleLang("GuncelManga", "https://guncelmanga.com", "tr", overrideVersionCode = 1),
SingleLang("Hades no Fansub Hentai", "https://h.mangareaderpro.com", "es", isNsfw = true),
SingleLang("Hades no Fansub", "https://mangareaderpro.com", "es", overrideVersionCode = 1),
SingleLang("Hades no Fansub", "https://hadesnofansub.com", "es", isNsfw = true, overrideVersionCode = 2, className = "HadesNoFansub"),
SingleLang("Harimanga", "https://harimanga.com", "en", overrideVersionCode = 3),
SingleLang("Hattori Manga", "https://hattorimanga.com", "tr", isNsfw = true),
SingleLang("Hayalistic", "https://hayalistic.com", "tr"),