diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-06-05 21:58:30 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-06-05 21:58:30 +0200 |
| commit | 97b906b81b841cd64ed727f4dcbcb07dd3e460ad (patch) | |
| tree | 5319f26a4c88d9e15d8e9edc93f1fd66c3f9c777 | |
| parent | a03ab7c9a56260e89ae6bfa803eaca13ae3eb557 (diff) | |
fixed error, don't know how it got in there...
| -rwxr-xr-x | ytdl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,6 +69,6 @@ while getopts ":hmarcn:u:" option; do exit 1 ;; esac -''done +done yt-dlp -o "$path$filename.%(ext)s" $opts $url |
