bapeey 711b946d91
Hades no Fansub: Update domain (#19267)
* Update domain

* Is NSFW

* Remove loadMoreRequest

* Remove unused imports
2023-12-11 11:41:18 -03:00

18 lines
656 B
Kotlin

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
}