summaryrefslogtreecommitdiff
path: root/ytdl
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-06-05 21:58:30 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-06-05 21:58:30 +0200
commit97b906b81b841cd64ed727f4dcbcb07dd3e460ad (patch)
tree5319f26a4c88d9e15d8e9edc93f1fd66c3f9c777 /ytdl
parenta03ab7c9a56260e89ae6bfa803eaca13ae3eb557 (diff)
fixed error, don't know how it got in there...
Diffstat (limited to 'ytdl')
-rwxr-xr-xytdl2
1 files changed, 1 insertions, 1 deletions
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