Qinqin Manhua: update URL (#17383)

This commit is contained in:
stevenyomi 2023-08-05 21:31:10 +08:00 committed by GitHub
parent 6f64c12a6d
commit 9f542d8234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ import javax.crypto.Cipher
import javax.crypto.spec.IvParameterSpec
import javax.crypto.spec.SecretKeySpec
class Qinqin : SinMH("亲亲漫画", "https://www.acgqd.com") {
class Qinqin : SinMH("亲亲漫画", "https://www.acgud.com") {
override fun popularMangaRequest(page: Int) = GET("$baseUrl/list/post/?page=$page", headers)
@ -17,7 +17,7 @@ class Qinqin : SinMH("亲亲漫画", "https://www.acgqd.com") {
override fun Elements.sectionsDescending() = this
// https://www.acgqd.com/js/jmzz20191018.js
// https://www.acgud.com/js/jmzz20191018.js
override fun parsePageImages(chapterImages: String): List<String> {
val key = SecretKeySpec("cxNB23W8xzKJV26O".toByteArray(), "AES")
val iv = IvParameterSpec("opb4x7z21vg1f3gI".toByteArray())

View File

@ -35,11 +35,11 @@ class SinMHGenerator : ThemeSourceGenerator {
),
SingleLang(
name = "Qinqin Manhua",
baseUrl = "https://www.acgqd.com",
baseUrl = "https://www.acgud.com",
lang = "zh",
className = "Qinqin",
sourceName = "亲亲漫画",
overrideVersionCode = 1,
overrideVersionCode = 2,
),
SingleLang(
name = "57Manhua",