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:
parent
e8c9fbc1f0
commit
9640816f39
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user