diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-30 12:06:01 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-30 12:06:01 +0200 |
commit | cae4eb6154503118e6b5d8da4d4d2ac844d75589 (patch) | |
tree | f5a432cd705fc69b081d385893e6e0a7b85bd874 /bin/common/ytclipo | |
parent | a39b5596799c872dcbb55675365703ad23c0d686 (diff) |
restrict filenames with ytclipo
Diffstat (limited to 'bin/common/ytclipo')
-rwxr-xr-x | bin/common/ytclipo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 6b47991..337064d 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -12,6 +12,7 @@ echo "inp: ${inp}" 1>&2 notify-send "ytclipo" "<b>downloading</b> $inp" yt-dlp "$inp" \ + --restrict-filenames \ -f "b" \ -S "res:720" \ -P "$HOME/vids" \ |