diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-06-12 14:30:30 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-06-12 14:30:30 +0200 |
commit | 7c8a08479e97a371d0bdea472016ce03684e193b (patch) | |
tree | 05275ad8b9dfb3df5eff9cf3d923157a04139b20 /floats | |
parent | 92302eab66110fd7b8f11795241accdf7ec89154 (diff) | |
download | scripts-7c8a08479e97a371d0bdea472016ce03684e193b.tar.gz scripts-7c8a08479e97a371d0bdea472016ce03684e193b.zip |
Finished extracting youtube-dl scripts to non-X-dependant versions.
Diffstat (limited to 'floats')
-rwxr-xr-x | floats/youtube-dlFloat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floats/youtube-dlFloat.sh b/floats/youtube-dlFloat.sh index 3d47ec6..5976e3f 100755 --- a/floats/youtube-dlFloat.sh +++ b/floats/youtube-dlFloat.sh @@ -1,2 +1,2 @@ #!/bin/sh -urxvt -title "floating" -geometry "100x8-0-0" -e youtube-dl --add-metadata --all-subs --embed-subs -o "$HOME/downloads/videos/%(title)s.%(ext)s" "$1" +urxvt -title "floating" -geometry "100x8-0-0" -e youtube-dl.sh "$1" |