From 97b906b81b841cd64ed727f4dcbcb07dd3e460ad Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 5 Jun 2025 21:58:30 +0200 Subject: fixed error, don't know how it got in there... --- ytdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ytdl') diff --git a/ytdl b/ytdl index 88b6508..4b20741 100755 --- a/ytdl +++ b/ytdl @@ -69,6 +69,6 @@ while getopts ":hmarcn:u:" option; do exit 1 ;; esac -''done +done yt-dlp -o "$path$filename.%(ext)s" $opts $url -- cgit v1.2.3