diff options
author | Remita Amine <remitamine@gmail.com> | 2016-09-27 15:28:37 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-09-27 15:31:25 +0100 |
commit | 93933c9819fa1282081a5f0761cbeabc9fbea336 (patch) | |
tree | 508b9600b2278441ec1f6cc711608c847f705602 | |
parent | d75d9e343e91527c1fe34678e913ae16a0eafbdd (diff) |
[awaan:video] fix test(closes #10773)
-rw-r--r-- | youtube_dl/extractor/awaan.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/awaan.py b/youtube_dl/extractor/awaan.py index 66d7515bc..a2603bbff 100644 --- a/youtube_dl/extractor/awaan.py +++ b/youtube_dl/extractor/awaan.py @@ -66,6 +66,7 @@ class AWAANVideoIE(AWAANBaseIE): 'duration': 2041, 'timestamp': 1227504126, 'upload_date': '20081124', + 'uploader_id': '71', }, }, { 'url': 'http://awaan.ae/video/26723981/%D8%AF%D8%A7%D8%B1-%D8%A7%D9%84%D8%B3%D9%84%D8%A7%D9%85:-%D8%AE%D9%8A%D8%B1-%D8%AF%D9%88%D8%B1-%D8%A7%D9%84%D8%A3%D9%86%D8%B5%D8%A7%D8%B1', |