This commit is contained in:
Marc Beninca 2025-03-18 18:32:02 +01:00
parent 3e04daeb8b
commit 979aaf1299
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -137,7 +137,6 @@ def extract(url: str) -> dict[str, Any]:
""" """
d = ytdl( d = ytdl(
{ {
**opt,
"extract_flat": True, "extract_flat": True,
"skip_download": True, "skip_download": True,
}, },