From 532c74e075fcec055028786fab467c7470e600c0 Mon Sep 17 00:00:00 2001 From: Nontre12 <62849884+Nontre12@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:31:54 +0200 Subject: [PATCH 1/2] Update __version__ --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 5561dc3..1aa66db 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.4.2' +__version__ = '0.4.3' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' From b82201ff27e92376810c49e0987eab1f0a6eccf1 Mon Sep 17 00:00:00 2001 From: Nontre12 <62849884+Nontre12@users.noreply.github.com> Date: Sat, 10 Oct 2020 12:33:14 +0200 Subject: [PATCH 2/2] Added to -S --show option the "Parodies" output --- nhentai/doujinshi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nhentai/doujinshi.py b/nhentai/doujinshi.py index a36038c..3c43d62 100644 --- a/nhentai/doujinshi.py +++ b/nhentai/doujinshi.py @@ -48,6 +48,7 @@ class Doujinshi(object): def show(self): table = [ + ["Parodies", self.info.parodies], ["Doujinshi", self.name], ["Subtitle", self.info.subtitle], ["Characters", self.info.characters],