Skip to content

Commit

Permalink
[ie/twitter:broadcast] Extract concurrent_view_count (#8600)
Browse files Browse the repository at this point in the history
Authored by: sonmezberkay
  • Loading branch information
sonmezberkay committed Nov 18, 2023
1 parent 34df1c1 commit 6fe8249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yt_dlp/extractor/periscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _parse_broadcast_data(self, broadcast, video_id):
'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',
Expand Down

0 comments on commit 6fe8249

Please sign in to comment.