Qinqin Manhua: update URL (#17383)
This commit is contained in:
parent
6f64c12a6d
commit
9f542d8234
|
@ -9,7 +9,7 @@ import javax.crypto.Cipher
|
||||||
import javax.crypto.spec.IvParameterSpec
|
import javax.crypto.spec.IvParameterSpec
|
||||||
import javax.crypto.spec.SecretKeySpec
|
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)
|
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
|
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> {
|
override fun parsePageImages(chapterImages: String): List<String> {
|
||||||
val key = SecretKeySpec("cxNB23W8xzKJV26O".toByteArray(), "AES")
|
val key = SecretKeySpec("cxNB23W8xzKJV26O".toByteArray(), "AES")
|
||||||
val iv = IvParameterSpec("opb4x7z21vg1f3gI".toByteArray())
|
val iv = IvParameterSpec("opb4x7z21vg1f3gI".toByteArray())
|
||||||
|
|
|
@ -35,11 +35,11 @@ class SinMHGenerator : ThemeSourceGenerator {
|
||||||
),
|
),
|
||||||
SingleLang(
|
SingleLang(
|
||||||
name = "Qinqin Manhua",
|
name = "Qinqin Manhua",
|
||||||
baseUrl = "https://www.acgqd.com",
|
baseUrl = "https://www.acgud.com",
|
||||||
lang = "zh",
|
lang = "zh",
|
||||||
className = "Qinqin",
|
className = "Qinqin",
|
||||||
sourceName = "亲亲漫画",
|
sourceName = "亲亲漫画",
|
||||||
overrideVersionCode = 1,
|
overrideVersionCode = 2,
|
||||||
),
|
),
|
||||||
SingleLang(
|
SingleLang(
|
||||||
name = "57Manhua",
|
name = "57Manhua",
|
||||||
|
|
Loading…
Reference in New Issue