diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-27 04:03:20 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-11-27 04:03:20 +0100 |
commit | 1ab2d661fb0ffa625d828792deabfb92a5c3611a (patch) | |
tree | d7ee136f5ba6fc7f6051bdbfed5aece8d61fa14b | |
parent | 44123cbd67b02997c5b26a1d97042bed69cd476b (diff) | |
download | scripts-1ab2d661fb0ffa625d828792deabfb92a5c3611a.tar.gz scripts-1ab2d661fb0ffa625d828792deabfb92a5c3611a.zip |
Created youtube-dl script to download thumbnails.
-rwxr-xr-x | youtube-dlThumb.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube-dlThumb.sh b/youtube-dlThumb.sh new file mode 100755 index 0000000..8633a79 --- /dev/null +++ b/youtube-dlThumb.sh @@ -0,0 +1,2 @@ +#!/bin/sh +youtube-dl --skip-download --write-thumbnail -o "$HOME/downloads/%(title)s.%(ext)s" "$@" |