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] 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],