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):