1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-27 17:08:32 +00:00

Update faulio.py

This commit is contained in:
CasperMcFadden95 2025-06-22 20:22:30 +00:00 committed by GitHub
parent e8c9fbc1f0
commit 9640816f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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