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