WebDexScans: update manga url directory (#4512)

This commit is contained in:
AwkwardPeak7 2024-08-09 10:31:45 +05:00 committed by GitHub
parent 47e03e584c
commit 99483828f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.WebdexScans'
themePkg = 'madara'
baseUrl = 'https://webdexscans.com'
overrideVersionCode = 0
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

View File

@ -3,6 +3,7 @@ package eu.kanade.tachiyomi.extension.en.webdexscans
import eu.kanade.tachiyomi.multisrc.madara.Madara
class WebdexScans : Madara("Webdex Scans", "https://webdexscans.com", "en") {
override val mangaSubString = "series"
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
}