mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Sussy Scan: update domain (#3577)
This commit is contained in:
parent
fdad28663e
commit
b72f516d57
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Sussy Scan'
|
||||
extClass = '.SussyScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://sussyscan.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://old.sussytoons.com'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -8,7 +8,7 @@ import java.util.Locale
|
||||
|
||||
class SussyScan : Madara(
|
||||
"Sussy Scan",
|
||||
"https://sussyscan.com",
|
||||
"https://old.sussytoons.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
@ -16,8 +16,11 @@ class SussyScan : Madara(
|
||||
.rateLimit(2)
|
||||
.build()
|
||||
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Never
|
||||
override val useNewChapterEndpoint = true
|
||||
|
||||
override val mangaDetailsSelectorAuthor = "div.manga-authors > a"
|
||||
override val mangaDetailsSelectorDescription = ".manga-about.manga-info"
|
||||
override val mangaDetailsSelectorThumbnail = "head meta[property='og:image']"
|
||||
|
||||
override fun imageFromElement(element: Element): String? {
|
||||
|
Loading…
Reference in New Issue
Block a user