mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 06:27:21 +00:00
Allow thumbnails with .jpe
extension (#11408)
Fix 5ce582448e
Closes #11407
Authored by: bashonly
This commit is contained in:
parent
f93c16395c
commit
5bc5fb2835
|
@ -5165,6 +5165,7 @@ class _UnsafeExtensionError(Exception):
|
|||
'ico',
|
||||
'image',
|
||||
'jng',
|
||||
'jpe',
|
||||
'jpeg',
|
||||
'jxl',
|
||||
'svg',
|
||||
|
|
Loading…
Reference in a new issue