Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f875978
)
local: Add webp as a valid file extension.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 21 Mar 2025 02:08:21 +0000
(
03:08
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 21 Mar 2025 02:08:21 +0000
(
03:08
+0100)
manga/local.py
patch
|
blob
|
blame
|
history
diff --git
a/manga/local.py
b/manga/local.py
index
7f5a34d
..
c0023ef
100644
(file)
--- a/
manga/local.py
+++ b/
manga/local.py
@@
-110,7
+110,7
@@
def maxstruct(flist):
return mx
class manga(lib.manga):
- exts = ["jpg", "jpeg", "png", "gif"]
+ exts = ["jpg", "jpeg", "png", "gif"
, "webp"
]
def __init__(self, path):
path = path.resolve()