Jinmantiantang: SChapter url select change (#9284)
Fix: SChapter url select change
This commit is contained in:
parent
325772c8ab
commit
1b46f1f396
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Jinman Tiantang'
|
extName = 'Jinman Tiantang'
|
||||||
extClass = '.Jinmantiantang'
|
extClass = '.Jinmantiantang'
|
||||||
extVersionCode = 49
|
extVersionCode = 50
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -243,7 +243,7 @@ class Jinmantiantang : ParsedHttpSource(), ConfigurableSource {
|
|||||||
if (document.select("div[id=episode-block] a li").size == 0) {
|
if (document.select("div[id=episode-block] a li").size == 0) {
|
||||||
val singleChapter = SChapter.create().apply {
|
val singleChapter = SChapter.create().apply {
|
||||||
name = "单章节"
|
name = "单章节"
|
||||||
url = document.select("a[class=col btn btn-primary dropdown-toggle reading]").attr("href")
|
url = document.select("#album_photo_cover > div.thumb-overlay > a").attr("href")
|
||||||
date_upload = dateFormat.tryParse(document.select("[itemprop=datePublished]").last()!!.attr("content"))
|
date_upload = dateFormat.tryParse(document.select("[itemprop=datePublished]").last()!!.attr("content"))
|
||||||
}
|
}
|
||||||
return listOf(singleChapter)
|
return listOf(singleChapter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user