Skip to content

Commit

Permalink
[AWAAN] Extract uploader_id
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jan 25, 2021
1 parent 55bb355 commit 4183e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 Expand Up @@ -107,6 +108,7 @@ class AWAANLiveIE(AWAANBaseIE):
'title': 're:Dubai Al Oula [0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}$',
'upload_date': '20150107',
'timestamp': 1420588800,
'uploader_id': '71',
},
'params': {
# m3u8 download
Expand Down

0 comments on commit 4183e42

Please sign in to comment.