Update domain for 7 extensions (#5513)

* Knight No Scanlation: update domain

* SummerToon: update domain

* TruyenVN: update domain

* Eros Scans: update domain

* Tecno Scans: update domain

* MangaBTT: update domain

* NetTruyenCO (unoriginal): update domain
This commit is contained in:
Vetle Ledaal 2024-10-14 13:47:12 +02:00 committed by GitHub
parent 7fce782a92
commit 92db0ff731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 26 additions and 20 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Eros Scans'
extClass = '.ErosScans'
themePkg = 'mangathemesia'
baseUrl = 'https://erosscans.xyz'
overrideVersionCode = 0
baseUrl = 'https://tercoscans.xyz'
overrideVersionCode = 1
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -5,7 +5,7 @@ import eu.kanade.tachiyomi.network.interceptor.rateLimit
class ErosScans : MangaThemesia(
"Eros Scans",
"https://erosscans.xyz",
"https://tercoscans.xyz",
"en",
) {
override val client = super.client.newBuilder()

View File

@ -1,7 +1,7 @@
ext {
extName = 'MangaBTT'
extClass = '.MangaBTT'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}

View File

@ -20,7 +20,7 @@ class MangaBTT : ParsedHttpSource() {
override val name = "MangaBTT"
override val baseUrl = "https://manhwalampo.com"
override val baseUrl = "https://manhwabtt.cc"
override val lang = "en"

View File

@ -2,8 +2,8 @@ ext {
extName = 'Tecno Scans'
extClass = '.TecnoScans'
themePkg = 'mangathemesia'
baseUrl = 'https://oliosscans.xyz'
overrideVersionCode = 2
baseUrl = 'https://tecolyscans.xyz'
overrideVersionCode = 3
isNsfw = false
}

View File

@ -13,7 +13,7 @@ import uy.kohesive.injekt.api.get
class TecnoScans :
MangaThemesia(
"Tecno Scans",
"https://oliosscans.xyz",
"https://tecolyscans.xyz",
"en",
),
ConfigurableSource {

View File

@ -2,8 +2,8 @@ ext {
extName = 'Knight No Scanlation'
extClass = '.KnightNoScanlation'
themePkg = 'madara'
baseUrl = 'https://lectorkns.com'
overrideVersionCode = 1
baseUrl = 'https://lectorkns.eyudud.net'
overrideVersionCode = 2
isNsfw = true
}

View File

@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit
class KnightNoScanlation : Madara(
"Knight No Scanlation",
"https://lectorkns.com",
"https://lectorkns.eyudud.net",
"es",
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
) {
@ -20,5 +20,9 @@ class KnightNoScanlation : Madara(
override val mangaSubString = "sr"
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
override val mangaDetailsSelectorStatus = "div.post-content_item:contains(Status) div.summary-content"
}

View File

@ -2,8 +2,8 @@ ext {
extName = 'SummerToon'
extClass = '.SummerToon'
themePkg = 'mangathemesia'
baseUrl = 'https://summertoon.biz'
overrideVersionCode = 3
baseUrl = 'https://summertoon.co'
overrideVersionCode = 4
isNsfw = false
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class SummerToon : MangaThemesia(
"SummerToon",
"https://summertoon.biz",
"https://summertoon.co",
"tr",
dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {

View File

@ -2,8 +2,9 @@ ext {
extName = 'NetTruyenCO (unoriginal)'
extClass = '.NetTruyenCO'
themePkg = 'wpcomics'
baseUrl = 'https://nettruyenaa.com'
overrideVersionCode = 2
baseUrl = 'https://nettruyenww.com'
overrideVersionCode = 3
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -8,7 +8,7 @@ import java.util.Locale
class NetTruyenCO : WPComics(
"NetTruyenCO (unoriginal)",
"https://nettruyenaa.com",
"https://nettruyenww.com",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
gmtOffset = null,

View File

@ -2,8 +2,8 @@ ext {
extName = 'TruyenVN'
extClass = '.TruyenVN'
themePkg = 'madara'
baseUrl = 'https://truyenvn.mobi'
overrideVersionCode = 4
baseUrl = 'https://truyenvn.blog'
overrideVersionCode = 5
isNsfw = true
}

View File

@ -6,7 +6,7 @@ import java.util.Locale
class TruyenVN : Madara(
"TruyenVN",
"https://truyenvn.mobi",
"https://truyenvn.blog",
"vi",
dateFormat = SimpleDateFormat("dd/MM/yyyy", Locale.ROOT),
) {