Update doujinshi.py

This commit is contained in:
JustAHumanBean 2024-11-08 07:46:53 +00:00 committed by GitHub
parent c3f3182df3
commit e16e623b9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ EXT_MAP = {
'j': 'jpg', 'j': 'jpg',
'p': 'png', 'p': 'png',
'g': 'gif', 'g': 'gif',
'w': 'webp',
} }