HentaiFantasy: use non-www domain, update tags (#10660)

This commit is contained in:
Vetle Ledaal 2025-09-26 07:33:03 +02:00 committed by Draff
parent 09ebe226b7
commit 1e32eb651c
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
ext { ext {
extName = 'HentaiFantasy' extName = 'HentaiFantasy'
extClass = '.HentaiFantasy' extClass = '.HentaiFantasy'
extVersionCode = 5 extVersionCode = 6
isNsfw = true isNsfw = true
} }

View File

@ -22,7 +22,7 @@ import java.util.regex.Pattern
class HentaiFantasy : ParsedHttpSource() { class HentaiFantasy : ParsedHttpSource() {
override val name = "HentaiFantasy" override val name = "HentaiFantasy"
override val baseUrl = "https://www.hentaifantasy.it/index.php" override val baseUrl = "https://hentaifantasy.it/index.php"
override val lang = "it" override val lang = "it"
@ -204,9 +204,9 @@ class HentaiFantasy : ParsedHttpSource() {
TagList("Generi", getTagList()), TagList("Generi", getTagList()),
) )
// Tags: 47 // Tags: 46
// $("select[name='tag[]']:eq(0) > option").map((i, el) => `Tag("${$(el).text().trim()}", ${$(el).attr("value")})`).get().sort().join(",\n") // $("select[name='tag[]']:eq(0) > option").map((i, el) => `Tag("${$(el).text().trim()}", ${$(el).attr("value")})`).get().sort().join(",\n")
// on https://www.hentaifantasy.it/search/ // on https://hentaifantasy.it/tag/ahegao/
private fun getTagList() = listOf( private fun getTagList() = listOf(
Tag("Ahegao", 56), Tag("Ahegao", 56),
Tag("Anal", 28), Tag("Anal", 28),