Skip to content

Commit

Permalink
[AWAAN] Extract uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jan 25, 2021
1 parent 55bb355 commit a6b9c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/awaan.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def _parse_video_data(self, video_data, video_id, is_live):
'duration': int_or_none(video_data.get('duration')),
'timestamp': parse_iso8601(video_data.get('create_time'), ' '),
'is_live': is_live,
'uploader_id': video_data.get('user_id'),
}


Expand Down

0 comments on commit a6b9c54

Please sign in to comment.