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 | |
parent | ed1b9ed93dd90d2cc960c0d8eaa9d919db224203 (diff) |
[cleanup] Misc (#10487)
Closes #10483
Authored by: bashonly
-rw-r--r-- | pyproject.toml | 1 | ||||
-rw-r--r-- | yt_dlp/utils/_utils.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 54755da48..e4c06d271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ maintainers = [ {name = "Grub4K", email = "contact@grub4k.xyz"}, {name = "bashonly", email = "bashonly@protonmail.com"}, {name = "coletdjnz", email = "coletdjnz@protonmail.com"}, + {name = "sepro", email = "sepro@sepr0.com"}, ] description = "A feature-rich command-line audio/video downloader" readme = "README.md" 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', |