From 979aaf129946285c10ab188ff8efc032b166cfd3 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 18 Mar 2025 18:32:02 +0100 Subject: [PATCH] fix --- rwx/sw/ytdlp/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rwx/sw/ytdlp/__init__.py b/rwx/sw/ytdlp/__init__.py index 378e436..b1fbff5 100644 --- a/rwx/sw/ytdlp/__init__.py +++ b/rwx/sw/ytdlp/__init__.py @@ -137,7 +137,6 @@ def extract(url: str) -> dict[str, Any]: """ d = ytdl( { - **opt, "extract_flat": True, "skip_download": True, },