mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
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:
parent
7fce782a92
commit
92db0ff731
@ -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"
|
||||
|
@ -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()
|
||||
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'MangaBTT'
|
||||
extClass = '.MangaBTT'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@ import uy.kohesive.injekt.api.get
|
||||
class TecnoScans :
|
||||
MangaThemesia(
|
||||
"Tecno Scans",
|
||||
"https://oliosscans.xyz",
|
||||
"https://tecolyscans.xyz",
|
||||
"en",
|
||||
),
|
||||
ConfigurableSource {
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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")),
|
||||
) {
|
||||
|
@ -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"
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
@ -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),
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user