Add Dark-Scan.com (#3903)
This commit is contained in:
parent
027c22b5de
commit
35d16330b1
|
@ -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 |
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue