mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-15 07:24:04 +03:00
Apply suggestions from code review
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,6 @@ class RoyaLiveIE(InfoExtractor):
|
|||||||
'id': '1',
|
'id': '1',
|
||||||
'title': r're:Roya TV \d{4}-\d{2}-\d{2} \d{2}:\d{2}',
|
'title': r're:Roya TV \d{4}-\d{2}-\d{2} \d{2}:\d{2}',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'is_live': True,
|
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
@@ -19,7 +18,6 @@ class RoyaLiveIE(InfoExtractor):
|
|||||||
'id': '21',
|
'id': '21',
|
||||||
'title': r're:Roya News \d{4}-\d{2}-\d{2} \d{2}:\d{2}',
|
'title': r're:Roya News \d{4}-\d{2}-\d{2} \d{2}:\d{2}',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'is_live': True,
|
|
||||||
'live_status': 'is_live',
|
'live_status': 'is_live',
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user