fix(backend): yt-dlp extractor ignores live streams
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Tomáš Mládek 2024-07-01 22:07:46 +02:00
parent a3353cca65
commit a6166fa6f9

View file

@ -40,6 +40,8 @@ impl Extractor for YtDlpExtractor {
"--no-call-home",
"--no-playlist",
"--write-info-json",
"--match-filter",
"!is_live",
url.as_str(),
])
.current_dir(temp_dir.path())