[extractor] Standardize _live_title
This commit is contained in:
parent
46383212b3
commit
39ca3b5c7f
67 changed files with 68 additions and 94 deletions
|
|
@ -318,8 +318,7 @@ class RaiPlayIE(RaiBaseIE):
|
|||
info = {
|
||||
'id': remove_start(media.get('id'), 'ContentItem-') or video_id,
|
||||
'display_id': video_id,
|
||||
'title': self._live_title(title) if relinker_info.get(
|
||||
'is_live') else title,
|
||||
'title': title,
|
||||
'alt_title': strip_or_none(alt_title),
|
||||
'description': media.get('description'),
|
||||
'uploader': strip_or_none(media.get('channel')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue