summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hircine/plugins/scrapers/handlers/exhentai.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hircine/plugins/scrapers/handlers/exhentai.py b/src/hircine/plugins/scrapers/handlers/exhentai.py
index 33733be..7bffc4f 100644
--- a/src/hircine/plugins/scrapers/handlers/exhentai.py
+++ b/src/hircine/plugins/scrapers/handlers/exhentai.py
@@ -59,6 +59,9 @@ class ExHentaiHandler:
yield Censorship(enums.Censorship.NONE)
else:
yield Censorship(enums.Censorship.BAR)
+ else:
+ if not self.has_censorship_tag:
+ yield Censorship(enums.Censorship.NONE)
if self.is_likely_rtl:
yield Direction(enums.Direction.RIGHT_TO_LEFT)