Sushiscan.fr: Fix search (#4740)
This commit is contained in:
parent
589ebcd677
commit
edff39f57e
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.SushiScanFR'
|
extClass = '.SushiScanFR'
|
||||||
themePkg = 'mangathemesia'
|
themePkg = 'mangathemesia'
|
||||||
baseUrl = 'https://sushiscan.fr'
|
baseUrl = 'https://sushiscan.fr'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
|
|||||||
import java.text.SimpleDateFormat
|
import java.text.SimpleDateFormat
|
||||||
import java.util.Locale
|
import java.util.Locale
|
||||||
|
|
||||||
class SushiScanFR : MangaThemesia("Sushiscan.fr", "https://anime-sama.me", "fr", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH)) {
|
class SushiScanFR : MangaThemesia("Sushiscan.fr", "https://sushiscan.fr", "fr", mangaUrlDirectory = "/catalogue", dateFormat = SimpleDateFormat("MMMM d, yyyy", Locale.FRENCH)) {
|
||||||
override val altNamePrefix = "Nom alternatif : "
|
override val altNamePrefix = "Nom alternatif : "
|
||||||
override val seriesAuthorSelector = ".imptdt:contains(Auteur) i, .fmed b:contains(Auteur)+span"
|
override val seriesAuthorSelector = ".imptdt:contains(Auteur) i, .fmed b:contains(Auteur)+span"
|
||||||
override val seriesStatusSelector = ".imptdt:contains(Statut) i"
|
override val seriesStatusSelector = ".imptdt:contains(Statut) i"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user