mirror of https://github.com/yt-dlp/yt-dlp.git
parent
ed1b9ed93d
commit
89a161e8c6
|
@ -9,6 +9,7 @@ maintainers = [
|
||||||
{name = "Grub4K", email = "contact@grub4k.xyz"},
|
{name = "Grub4K", email = "contact@grub4k.xyz"},
|
||||||
{name = "bashonly", email = "bashonly@protonmail.com"},
|
{name = "bashonly", email = "bashonly@protonmail.com"},
|
||||||
{name = "coletdjnz", email = "coletdjnz@protonmail.com"},
|
{name = "coletdjnz", email = "coletdjnz@protonmail.com"},
|
||||||
|
{name = "sepro", email = "sepro@sepr0.com"},
|
||||||
]
|
]
|
||||||
description = "A feature-rich command-line audio/video downloader"
|
description = "A feature-rich command-line audio/video downloader"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -5111,6 +5111,7 @@ class _UnsafeExtensionError(Exception):
|
||||||
'gif',
|
'gif',
|
||||||
'heic',
|
'heic',
|
||||||
'ico',
|
'ico',
|
||||||
|
'image',
|
||||||
'jng',
|
'jng',
|
||||||
'jpeg',
|
'jpeg',
|
||||||
'jxl',
|
'jxl',
|
||||||
|
|
Loading…
Reference in New Issue