mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
SayHentai: Update base URL (#1147)
This commit is contained in:
parent
32b26f4e11
commit
53ad57da21
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = "SayHentai"
|
||||
extClass = ".SayHentai"
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ class SayHentai : ParsedHttpSource() {
|
||||
|
||||
override val lang = "vi"
|
||||
|
||||
override val baseUrl = "https://sayhentai.fun"
|
||||
override val baseUrl = "https://sayhentai.club"
|
||||
|
||||
override val supportsLatest = false
|
||||
|
||||
@ -145,7 +145,7 @@ class SayHentai : ParsedHttpSource() {
|
||||
}
|
||||
|
||||
// document.querySelectorAll("span.number-story").forEach((e) => e.remove())
|
||||
// copy([...document.querySelectorAll(".page-category ul li a")].map((e) => `Genre("${e.textContent.trim()}", "${e.href.replace("https://sayhentai.fun/", "")}"),`).join("\n"))
|
||||
// copy([...document.querySelectorAll(".page-category ul li a")].map((e) => `Genre("${e.textContent.trim()}", "${e.href.replace("https://sayhentai.club/", "")}"),`).join("\n"))
|
||||
//
|
||||
// There are 2 pseudo-genres: Tất cả (All), and Hoàn thành (Completed), mostly for convenience.
|
||||
private fun getGenreList() = arrayOf(
|
||||
|
Loading…
Reference in New Issue
Block a user