From e16e623b9d5afb49c739dae464de0b956af645bc Mon Sep 17 00:00:00 2001 From: JustAHumanBean <17130206+JustAHumanBean@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:46:53 +0000 Subject: [PATCH] Update doujinshi.py --- nhentai/doujinshi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nhentai/doujinshi.py b/nhentai/doujinshi.py index 5478cb2..d5efe24 100644 --- a/nhentai/doujinshi.py +++ b/nhentai/doujinshi.py @@ -12,6 +12,7 @@ EXT_MAP = { 'j': 'jpg', 'p': 'png', 'g': 'gif', + 'w': 'webp', }