1
0
Fork 0

[cleanup] Misc

This commit is contained in:
pukkandan 2022-08-15 03:15:05 +05:30
commit 1e4fca9a87
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
10 changed files with 23 additions and 35 deletions

View file

@ -1169,7 +1169,7 @@ class TwitchClipsIE(TwitchBaseIE):
'id': clip.get('id') or video_id,
'_old_archive_ids': [make_archive_id(self, old_id)] if old_id else None,
'display_id': video_id,
'title': clip.get('title') or video_id,
'title': clip.get('title'),
'formats': formats,
'duration': int_or_none(clip.get('durationSeconds')),
'view_count': int_or_none(clip.get('viewCount')),