Update some domain (#6457)
* Update domain yurineko & fix no image * Update domain VlogTruyen * Update domain NhatTruyen * Update domain HentaiVNPlus * Update domain HentaiCB
This commit is contained in:
parent
b91a9c90af
commit
40d11c7278
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'CBHentai'
|
||||
extClass = '.HentaiCB'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hentaicb.pro'
|
||||
overrideVersionCode = 9
|
||||
baseUrl = 'https://hentaicube.xyz'
|
||||
overrideVersionCode = 10
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import org.jsoup.nodes.Document
|
|||
import java.text.SimpleDateFormat
|
||||
import java.util.Locale
|
||||
|
||||
class HentaiCB : Madara("CBHentai", "https://hentaicb.pro", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) {
|
||||
class HentaiCB : Madara("CBHentai", "https://hentaicube.xyz", "vi", SimpleDateFormat("dd/MM/yyyy", Locale("vi"))) {
|
||||
|
||||
override val id: Long = 823638192569572166
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'HentaiVN.plus'
|
||||
extClass = '.HentaiVNPlus'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://hentaivn.mom'
|
||||
overrideVersionCode = 4
|
||||
baseUrl = 'https://hentaivn.now'
|
||||
overrideVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.Locale
|
|||
class HentaiVNPlus :
|
||||
Madara(
|
||||
"HentaiVN.plus",
|
||||
"https://hentaivn.mom",
|
||||
"https://hentaivn.now",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("MM/dd/yyyy", Locale.ROOT),
|
||||
),
|
||||
|
|
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'NhatTruyen'
|
||||
extClass = '.NhatTruyen'
|
||||
themePkg = 'wpcomics'
|
||||
baseUrl = 'https://nhattruyenvn.com'
|
||||
overrideVersionCode = 19
|
||||
baseUrl = 'https://nhattruyenv.com'
|
||||
overrideVersionCode = 20
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -15,7 +15,7 @@ import java.util.Locale
|
|||
|
||||
class NhatTruyen : WPComics(
|
||||
"NhatTruyen",
|
||||
"https://nhattruyenvn.com",
|
||||
"https://nhattruyenv.com",
|
||||
"vi",
|
||||
dateFormat = SimpleDateFormat("dd/MM/yy", Locale.getDefault()),
|
||||
gmtOffset = null,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'VlogTruyen'
|
||||
extClass = '.VlogTruyen'
|
||||
extVersionCode = 2
|
||||
extVersionCode = 3
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ class VlogTruyen : ParsedHttpSource(), ConfigurableSource {
|
|||
|
||||
override val supportsLatest = true
|
||||
|
||||
private val defaultBaseUrl = "https://vlogtruyen34.com"
|
||||
private val defaultBaseUrl = "https://vlogtruyen35.com"
|
||||
|
||||
override val baseUrl by lazy { getPrefBaseUrl() }
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:host="yurineko.moe"
|
||||
<data android:host="yurineko.my"
|
||||
android:scheme="https" />
|
||||
|
||||
<data android:pathPattern="/manga/..*" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'YuriNeko'
|
||||
extClass = '.YuriNeko'
|
||||
extVersionCode = 4
|
||||
extVersionCode = 5
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -32,13 +32,13 @@ class YuriNeko : HttpSource() {
|
|||
|
||||
override val name = "YuriNeko"
|
||||
|
||||
override val baseUrl = "https://yurineko.moe"
|
||||
override val baseUrl = "https://yurineko.my"
|
||||
|
||||
override val lang = "vi"
|
||||
|
||||
override val supportsLatest = false
|
||||
|
||||
private val apiUrl = "https://api.yurineko.moe"
|
||||
private val apiUrl = "https://api.yurineko.my"
|
||||
|
||||
override val client = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(3, 1, TimeUnit.SECONDS)
|
||||
|
|
|
@ -50,5 +50,5 @@ data class ReadResponseDto(
|
|||
) {
|
||||
fun toPageList(): List<Page> = this@ReadResponseDto
|
||||
.url
|
||||
.mapIndexed { index, url -> Page(index, "", url) }
|
||||
.mapIndexed { index, url -> Page(index, imageUrl = "https://storage.yurineko.my" + url) }
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@ data class MangaDto(
|
|||
7 -> SManga.CANCELLED // "Ngừng xuất bản" -> No more publications
|
||||
else -> SManga.UNKNOWN
|
||||
}
|
||||
thumbnail_url = dto.thumbnail
|
||||
thumbnail_url = "https://storage.yurineko.my/" + dto.thumbnail
|
||||
initialized = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue