mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
Add 'skip_download': 'Livestream'
This commit is contained in:
parent
e295da422b
commit
94d6215400
@ -19,6 +19,9 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': 'Livestream',
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.echoroukonline.com/live-news',
|
'url': 'https://www.echoroukonline.com/live-news',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -27,6 +30,9 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': 'Livestream',
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://elhayat.dz/%D8%A7%D9%84%D8%A8%D8%AB-%D8%A7%D9%84%D8%AD%D9%8A/',
|
'url': 'https://elhayat.dz/%D8%A7%D9%84%D8%A8%D8%AB-%D8%A7%D9%84%D8%AD%D9%8A/',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -35,6 +41,9 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': 'Livestream',
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.ennaharonline.com/live',
|
'url': 'https://www.ennaharonline.com/live',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -43,6 +52,9 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': 'Livestream',
|
||||||
|
},
|
||||||
'skip': 'Geo-restricted to Algeria',
|
'skip': 'Geo-restricted to Algeria',
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user