RightdarkScan(es): Update domain and remove DarkScan(en) (#2894)

* Update domain

* Remove EN
Id: 7467592837760360366
This commit is contained in:
bapeey 2024-05-09 10:12:06 -05:00 committed by GitHub
parent 0ebcd7d2e7
commit a9b5b99c40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 4 additions and 20 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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"

View File

@ -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
}