[ie/twitter:broadcast] Extract `concurrent_view_count` (#8600)

Authored by: sonmezberkay
pull/8501/merge
Berkay 6 months ago committed by GitHub
parent 34df1c1f60
commit 6fe82491ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,7 @@ class PeriscopeBaseIE(InfoExtractor):
'uploader_id': broadcast.get('user_id') or broadcast.get('username'),
'thumbnails': thumbnails,
'view_count': int_or_none(broadcast.get('total_watched')),
'concurrent_view_count': int_or_none(broadcast.get('total_watching')),
'tags': broadcast.get('tags'),
'live_status': {
'running': 'is_live',

Loading…
Cancel
Save