mirror of
https://github.com/hyugogirubato/cbz.git
synced 2026-09-26 21:41:03 +00:00
Fix jpg format key
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ from langcodes import Language
|
|||||||
|
|
||||||
XML_NAME = 'ComicInfo.xml'
|
XML_NAME = 'ComicInfo.xml'
|
||||||
IMAGE_FORMAT = {
|
IMAGE_FORMAT = {
|
||||||
'.jpeg', ' .jpg', # Joint Photographic Experts Group
|
'.jpeg', '.jpg', # Joint Photographic Experts Group
|
||||||
'.png', # Portable Network Graphics
|
'.png', # Portable Network Graphics
|
||||||
'.gif', # Graphics Interchange Format
|
'.gif', # Graphics Interchange Format
|
||||||
'.bmp', # Bitmap Image File
|
'.bmp', # Bitmap Image File
|
||||||
|
|||||||
Reference in New Issue
Block a user