From dedb49f50738b6869e7a11571f6d1fb26d827eb5 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Fri, 4 Apr 2025 14:22:53 +0200 Subject: [PATCH] feat: ignore live vids and duration below 60s --- internal/dl/dl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/dl/dl.go b/internal/dl/dl.go index d4d83ae..9976c8f 100644 --- a/internal/dl/dl.go +++ b/internal/dl/dl.go @@ -59,6 +59,7 @@ func Youtube(d Download, p config.Provider) { "--embed-metadata", "--write-thumbnail", "--write-info-json", + "--match-filters", "!is_live & duration>?60", "--convert-thumbnails", "jpg", }