diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:58:44 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-06 14:58:44 +0200 | 
| commit | 5fa4e064dc48450f371a8f4ef42f58e5a437c60f (patch) | |
| tree | 495d27b0d12d3fd926aae76569642d1fd501931d /bin/common | |
| parent | 320ed288a5d68c22e0d3d399df77f31f123ea88c (diff) | |
[ytclipo] changed resolution and template
Diffstat (limited to 'bin/common')
| -rwxr-xr-x | bin/common/ytclipo | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 263f1b3..7e7b9cc 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -19,8 +19,8 @@ notify-send "ytclipo" "<b>downloading</b> $inp"  yt-dlp "$inp" \  	--restrict-filenames \  	-f "b" \ -	-S "res:720" \ +	-S "res:1080" \  	-P "$HOME/vids/youtube/" \ -	-o "%(title)s.%(ext)s" +	-o "%(channel)s - %(title)s.%(ext)s"  notify-send "ytclipo" "<b>ytclipo</b><br>finished downloading."  echo "$inp" >> /tmp/ytclipo_history  | 
