mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 17:38:35 +00:00
Update dzsecurity.py
This commit is contained in:
parent
1b2ae2ac04
commit
e295da422b
@ -15,7 +15,7 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'url': 'https://www.echoroukonline.com/live',
|
'url': 'https://www.echoroukonline.com/live',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'echorouktv',
|
'id': 'echorouktv',
|
||||||
'title': r're:البث الحي لقناة الشروق تي في',
|
'title': str,
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
@ -23,7 +23,7 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'url': 'https://www.echoroukonline.com/live-news',
|
'url': 'https://www.echoroukonline.com/live-news',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'echorouknews',
|
'id': 'echorouknews',
|
||||||
'title': r're:البث الحي لقناة الشروق نيوز - آخر أخبار الجزائر',
|
'title': str,
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
@ -31,7 +31,7 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'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': {
|
||||||
'id': 'elhayattv',
|
'id': 'elhayattv',
|
||||||
'title': r're:البث الحي - الحياة',
|
'title': str,
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
@ -39,7 +39,7 @@ class DzsecurityLiveIE(InfoExtractor):
|
|||||||
'url': 'https://www.ennaharonline.com/live',
|
'url': 'https://www.ennaharonline.com/live',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'ennahartv',
|
'id': 'ennahartv',
|
||||||
'title': r're:البث الحي لقناة النهار – النهار أونلاين',
|
'title': str,
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user