mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 03:33:24 +01:00
parent
2c41f0c181
commit
3abdb00df6
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'MyReadingManga'
|
||||
extClass = '.MyReadingMangaFactory'
|
||||
extVersionCode = 51
|
||||
extVersionCode = 52
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -147,7 +147,7 @@ open class MyReadingManga(override val lang: String, private val siteLang: Strin
|
||||
title = cleanTitle(document.select("h1").text())
|
||||
author = cleanAuthor(document.select("h1").text())
|
||||
artist = author
|
||||
genre = document.select(".entry-header p a[href*=genre]").joinToString { it.text() }
|
||||
genre = document.select(".entry-header p a[href*=genre], [href*=tag]").joinToString { it.text() }
|
||||
val basicDescription = document.select("h1").text()
|
||||
// too troublesome to achieve 100% accuracy assigning scanlator group during chapterListParse
|
||||
val scanlatedBy = document.select(".entry-terms:has(a[href*=group])").firstOrNull()
|
||||
|
Loading…
Reference in New Issue
Block a user