From 9640816f3966805945a80a78ac60158717426aad Mon Sep 17 00:00:00 2001 From: CasperMcFadden95 <145611964+CasperMcFadden95@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:22:30 +0000 Subject: [PATCH] Update faulio.py --- yt_dlp/extractor/faulio.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/yt_dlp/extractor/faulio.py b/yt_dlp/extractor/faulio.py index f656156f4..b7ddf769a 100644 --- a/yt_dlp/extractor/faulio.py +++ b/yt_dlp/extractor/faulio.py @@ -22,6 +22,9 @@ class FaulioLiveIE(InfoExtractor): 'ext': 'mp4', 'live_status': 'is_live', }, + 'params': { + 'skip_download': 'Livestream', + }, }, { 'url': 'https://aloula.sba.sa/live/sbc-channel', 'info_dict': { @@ -31,6 +34,9 @@ class FaulioLiveIE(InfoExtractor): 'ext': 'mp4', 'live_status': 'is_live', }, + 'params': { + 'skip_download': 'Livestream', + }, }, { 'url': 'https://maraya.sba.net.ae/live/1', 'info_dict': { @@ -40,6 +46,9 @@ class FaulioLiveIE(InfoExtractor): 'ext': 'mp4', 'live_status': 'is_live', }, + 'params': { + 'skip_download': 'Livestream', + }, }, { 'url': 'https://maraya.sba.net.ae/live/14', 'info_dict': { @@ -49,6 +58,9 @@ class FaulioLiveIE(InfoExtractor): 'ext': 'mp4', 'live_status': 'is_live', }, + 'params': { + 'skip_download': 'Livestream', + }, }] def _real_extract(self, url):