HentaiNexus: set thumbnail on manga parse (#3580)
This commit is contained in:
parent
2e5e25118e
commit
953704c200
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = "HentaiNexus"
|
extName = "HentaiNexus"
|
||||||
extClass = ".HentaiNexus"
|
extClass = ".HentaiNexus"
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -122,6 +122,8 @@ class HentaiNexus : ParsedHttpSource() {
|
||||||
}
|
}
|
||||||
update_strategy = UpdateStrategy.ONLY_FETCH_ONCE
|
update_strategy = UpdateStrategy.ONLY_FETCH_ONCE
|
||||||
status = SManga.COMPLETED
|
status = SManga.COMPLETED
|
||||||
|
|
||||||
|
thumbnail_url = document.selectFirst("figure.image img")?.attr("src")
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun fetchChapterList(manga: SManga): Observable<List<SChapter>> {
|
override fun fetchChapterList(manga: SManga): Observable<List<SChapter>> {
|
||||||
|
|
Loading…
Reference in New Issue