From 579cf09fad4122d7aacaef24c31f96364ac4e646 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 31 Aug 2022 13:54:32 +0200 Subject: [PATCH] no live videos --- youtube.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube.sh b/youtube.sh index 31129f1..35033af 100755 --- a/youtube.sh +++ b/youtube.sh @@ -47,4 +47,4 @@ then format="-f 315+251" fi -yt-dlp -i -c --socket-timeout 10000 --force-ipv4 --restrict-filenames --embed-thumbnail --embed-metadata $format $audio $quality $url +yt-dlp -i -c --socket-timeout 10000 --force-ipv4 --restrict-filenames --embed-thumbnail --embed-metadata --match-filter "!was_live" $format $audio $quality $url