diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-07-10 00:06:40 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-07-10 00:06:40 +0200 |
commit | e1cec6970766fa4f1b8f47fb886dcd640cf51d94 (patch) | |
tree | febcb0c738e8b5a1e1de6ad087d5e659fca8ce26 /update.sh | |
download | video_save-e1cec6970766fa4f1b8f47fb886dcd640cf51d94.tar.xz video_save-e1cec6970766fa4f1b8f47fb886dcd640cf51d94.zip |
First commit
Diffstat (limited to '')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7bf0b77 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +youtube-dl -w -i --socket-timeout 3600 -o '%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s' https://www.youtube.com/channel/UC6WtMW2NwuRB6Uyff6ADPJg/playlists |