[NHentai] fix group info (#4567)
* fix group name. * update extVersionCode
This commit is contained in:
parent
ac55757327
commit
d2ad77c0a3
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'NHentai'
|
||||
extClass = '.NHFactory'
|
||||
extVersionCode = 40
|
||||
extVersionCode = 41
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ open class NHentai(
|
|||
thumbnail_url = document.select("#cover > a > img").attr("data-src")
|
||||
status = SManga.COMPLETED
|
||||
artist = getArtists(document)
|
||||
author = artist
|
||||
author = getGroups(document)
|
||||
// Some people want these additional details in description
|
||||
description = "Full English and Japanese titles:\n"
|
||||
.plus("$fullTitle\n")
|
||||
|
|
Loading…
Reference in New Issue