Jinmantiantang: update URL (#11012)
This commit is contained in:
parent
41a1d83cd0
commit
12ea42b0d7
@ -22,18 +22,18 @@
|
|||||||
android:host="18comic.org"
|
android:host="18comic.org"
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
|
||||||
android:host="jmcomic3.cc"
|
|
||||||
android:pathPattern="/album/..*"
|
|
||||||
android:scheme="https" />
|
|
||||||
<data
|
|
||||||
android:host="jmcomic4.cc"
|
|
||||||
android:pathPattern="/album/..*"
|
|
||||||
android:scheme="https" />
|
|
||||||
<data
|
<data
|
||||||
android:host="jmcomic5.cc"
|
android:host="jmcomic5.cc"
|
||||||
android:pathPattern="/album/..*"
|
android:pathPattern="/album/..*"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="jmcomic8.cc"
|
||||||
|
android:pathPattern="/album/..*"
|
||||||
|
android:scheme="https" />
|
||||||
|
<data
|
||||||
|
android:host="jmcomic9.cc"
|
||||||
|
android:pathPattern="/album/..*"
|
||||||
|
android:scheme="https" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
@ -6,7 +6,7 @@ ext {
|
|||||||
extName = 'Jinmantiantang'
|
extName = 'Jinmantiantang'
|
||||||
pkgNameSuffix = 'zh.jinmantiantang'
|
pkgNameSuffix = 'zh.jinmantiantang'
|
||||||
extClass = '.Jinmantiantang'
|
extClass = '.Jinmantiantang'
|
||||||
extVersionCode = 21
|
extVersionCode = 22
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -562,7 +562,7 @@ class Jinmantiantang : ConfigurableSource, ParsedHttpSource() {
|
|||||||
// Please also update AndroidManifest
|
// Please also update AndroidManifest
|
||||||
private val SITE_ENTRIES_ARRAY = arrayOf(
|
private val SITE_ENTRIES_ARRAY = arrayOf(
|
||||||
DEFAULT_SITE, "18comic.org",
|
DEFAULT_SITE, "18comic.org",
|
||||||
"jmcomic4.cc", "jmcomic5.cc", "jmcomic5.cc"
|
"jmcomic8.cc", "jmcomic9.cc", "jmcomic9.cc"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user