mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-27 17:08:32 +00:00
Update dzsecurity.py
This commit is contained in:
parent
2edffc72cb
commit
d8f2be5e06
@ -8,6 +8,15 @@ class DzsecurityLiveIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?(echoroukonline\.com/live(?:-news)?|ennaharonline\.com/live(?:-news)?|elhayat\.dz/%D8%A7%D9%84%D8%A8%D8%AB-%D8%A7%D9%84%D8%AD%D9%8A)'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://www.ennaharonline.com/live',
|
||||
'info_dict': {
|
||||
'id': 'ennahartv',
|
||||
'title': r're:البث الحي لقناة النهار – النهار أونلاين',
|
||||
'ext': 'mp4',
|
||||
'live_status': 'is_live',
|
||||
},
|
||||
'skip': 'Geo-restricted to Algeria',
|
||||
}, {
|
||||
'url': 'https://www.echoroukonline.com/live',
|
||||
'info_dict': {
|
||||
'id': 'echorouktv',
|
||||
|
Loading…
Reference in New Issue
Block a user