Add Dark-Scan.com (#3903)

This commit is contained in:
Vetle Ledaal 2024-07-07 14:21:00 +02:00 committed by Draff
parent 027c22b5de
commit 35d16330b1
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,10 @@
ext {
extName = 'Dark-Scan.com'
extClass = '.DarkScanCom'
themePkg = 'madara'
baseUrl = 'https://dark-scan.com'
overrideVersionCode = 0
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,14 @@
package eu.kanade.tachiyomi.extension.en.darkscancom
import eu.kanade.tachiyomi.multisrc.madara.Madara
class DarkScanCom : Madara(
"Dark-Scan.com",
"https://dark-scan.com",
"en",
) {
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.summary-heading:contains(Status) + div.summary-content"
}