mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 19:52:56 +01:00
RightdarkScan(es): Update domain and remove DarkScan(en) (#2894)
* Update domain * Remove EN Id: 7467592837760360366
This commit is contained in:
parent
0ebcd7d2e7
commit
a9b5b99c40
@ -1,10 +0,0 @@
|
||||
ext {
|
||||
extName = 'Dark-scan'
|
||||
extClass = '.DarkScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://dark-scan.com'
|
||||
overrideVersionCode = 0
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
@ -1,7 +0,0 @@
|
||||
package eu.kanade.tachiyomi.extension.en.darkscan
|
||||
|
||||
import eu.kanade.tachiyomi.multisrc.madara.Madara
|
||||
|
||||
class DarkScan : Madara("Dark-scan", "https://dark-scan.com", "en") {
|
||||
override val useNewChapterEndpoint = true
|
||||
}
|
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Rightdark Scan'
|
||||
extClass = '.RightdarkScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://darken-scan.com'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://dark-scan.com'
|
||||
overrideVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
@ -7,7 +7,7 @@ import java.util.Locale
|
||||
|
||||
class RightdarkScan : Madara(
|
||||
"Rightdark Scan",
|
||||
"https://darken-scan.com",
|
||||
"https://dark-scan.com",
|
||||
"es",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
@ -16,4 +16,5 @@ class RightdarkScan : Madara(
|
||||
.build()
|
||||
|
||||
override val useNewChapterEndpoint = true
|
||||
override val useLoadMoreRequest = LoadMoreStrategy.Always
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user