From 2446f6e84d3a08d5b5d40992dfb962f155e956dd Mon Sep 17 00:00:00 2001 From: simono41 Date: Sun, 24 Sep 2017 19:39:14 +0200 Subject: [PATCH] fix --- youtube-dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube-dl.sh b/youtube-dl.sh index c76024a..f30bad5 100755 --- a/youtube-dl.sh +++ b/youtube-dl.sh @@ -41,4 +41,4 @@ fi mkdir -p $pfad cd $pfad -youtube-dl -i --socket-timeout 10000 --force-ipv4 --restrict-filenames $format $url +youtube-dl -i -c --socket-timeout 10000 --force-ipv4 --restrict-filenames $format $url