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 Draff
parent 3477924565
commit 3eb426c197
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
14 changed files with 26 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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