Browse Source

[cleanup] Misc (#10487)

Closes #10483
Authored by: bashonly
bashonly 7 months ago
parent
commit
89a161e8c6
2 changed files with 2 additions and 0 deletions
  1. 1 0
      pyproject.toml
  2. 1 0
      yt_dlp/utils/_utils.py

+ 1 - 0
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"

+ 1 - 0
yt_dlp/utils/_utils.py

@@ -5111,6 +5111,7 @@ class _UnsafeExtensionError(Exception):
         'gif',
         'heic',
         'ico',
+        'image',
         'jng',
         'jpeg',
         'jxl',