parent
eb78997ec1
commit
8c01e58bd1
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: MangaCards (Valhalla, NANI?)'
|
appName = 'Tachiyomi: MangaCards (Valhalla, NANI?)'
|
||||||
pkgNameSuffix = 'all.mangacards'
|
pkgNameSuffix = 'all.mangacards'
|
||||||
extClass = '.MangaCardsFactory'
|
extClass = '.MangaCardsFactory'
|
||||||
extVersionCode = 6
|
extVersionCode = 7
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -114,6 +114,7 @@ abstract class MangaCards(
|
||||||
manga.artist = infoElement.select("strong:contains(artist) + span").text()
|
manga.artist = infoElement.select("strong:contains(artist) + span").text()
|
||||||
manga.description = infoElement.select("strong:contains(synopsis) + span").text()
|
manga.description = infoElement.select("strong:contains(synopsis) + span").text()
|
||||||
manga.status = parseStatus(infoElement.select("strong:contains(status) + span").text())
|
manga.status = parseStatus(infoElement.select("strong:contains(status) + span").text())
|
||||||
|
manga.thumbnail_url = document.select("div.container img").attr("abs:src")
|
||||||
return manga
|
return manga
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue