diff options
| -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 672633a..c283973 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -23,3 +23,4 @@ yt-dlp "$inp" \  	-P "$HOME/vids" \  	-o "%(title)s.%(ext)s"  notify-send "ytclipo" "<b>ytclipo</b><br>finished downloading." +echo "$inp" >> /tmp/ytclipo_history  | 
