diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-16 17:01:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 22:01:01 +0000 |
commit | 89a161e8c62569a662deda1c948664152efcb6b4 (patch) | |
tree | 26f04f3ec8ae19843426fe17f87a83ddb48f8660 /yt_dlp/utils/_utils.py | |
parent | ed1b9ed93dd90d2cc960c0d8eaa9d919db224203 (diff) |
[cleanup] Misc (#10487)
Closes #10483
Authored by: bashonly
Diffstat (limited to 'yt_dlp/utils/_utils.py')
-rw-r--r-- | yt_dlp/utils/_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils/_utils.py b/yt_dlp/utils/_utils.py index 2c23b3ed5..3e3b285a4 100644 --- a/yt_dlp/utils/_utils.py +++ b/yt_dlp/utils/_utils.py @@ -5111,6 +5111,7 @@ class _UnsafeExtensionError(Exception): 'gif', 'heic', 'ico', + 'image', 'jng', 'jpeg', 'jxl', |