Fix: PhenixScans - Correctly parse chapter dates (#7119)
* Fix: PhenixScans: Handle incorrect chapter dates and future dates * Bump overrideVersionCode to 2 in PhenixScans build.gradle * Fix PhenixScans: Remove unused chapter parsing logic * Fix PhenixScans: Remove unused imports
This commit is contained in:
parent
5ac0b9b5f6
commit
079efdfea2
@ -3,7 +3,7 @@ ext {
|
||||
extClass = '.PhenixScans'
|
||||
themePkg = 'mangathemesia'
|
||||
baseUrl = 'https://phenixscans.fr'
|
||||
overrideVersionCode = 1
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class PhenixScans : MangaThemesia("PhenixScans", "https://phenixscans.fr", "fr", dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale.FRENCH)) {
|
||||
class PhenixScans : MangaThemesia("PhenixScans", "https://phenixscans.fr", "fr", dateFormat = SimpleDateFormat("dd MMMM yyyy", Locale.FRENCH)) {
|
||||
override val seriesAuthorSelector = ".imptdt:contains(Auteur) i, .fmed b:contains(Auteur)+span"
|
||||
override val seriesStatusSelector = ".imptdt:contains(Statut) i"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user