mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
Merge pull request #162 from Nontre12/master
Added 'Parodies' output and Updated package version
This commit is contained in:
commit
9054b98934
@ -1,3 +1,3 @@
|
|||||||
__version__ = '0.4.2'
|
__version__ = '0.4.3'
|
||||||
__author__ = 'RicterZ'
|
__author__ = 'RicterZ'
|
||||||
__email__ = 'ricterzheng@gmail.com'
|
__email__ = 'ricterzheng@gmail.com'
|
||||||
|
@ -48,6 +48,7 @@ class Doujinshi(object):
|
|||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
table = [
|
table = [
|
||||||
|
["Parodies", self.info.parodies],
|
||||||
["Doujinshi", self.name],
|
["Doujinshi", self.name],
|
||||||
["Subtitle", self.info.subtitle],
|
["Subtitle", self.info.subtitle],
|
||||||
["Characters", self.info.characters],
|
["Characters", self.info.characters],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user