diff options
author | Remita Amine <remitamine@gmail.com> | 2016-08-14 19:04:23 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2016-08-14 19:04:23 +0100 |
commit | 9fa57892790ce205634f6a7c83de2b9e52ab5284 (patch) | |
tree | ff8a0b2e790faea2f6443ed307c54ab9cf08d485 /youtube_dl/extractor/viceland.py | |
parent | d2ac04674d0d9085aedec229820c1d07082e5825 (diff) |
[viceland] fix info extraction(closes #8799)
Diffstat (limited to 'youtube_dl/extractor/viceland.py')
-rw-r--r-- | youtube_dl/extractor/viceland.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/youtube_dl/extractor/viceland.py b/youtube_dl/extractor/viceland.py index c66e8eb95..f72294b51 100644 --- a/youtube_dl/extractor/viceland.py +++ b/youtube_dl/extractor/viceland.py @@ -25,6 +25,13 @@ class VicelandIE(AdobePass): 'info_dict': { 'id': '57608447973ee7705f6fbd4e', 'ext': 'mp4', + 'title': 'CYBERWAR (Trailer)', + 'description': 'Tapping into the geopolitics of hacking and surveillance, Ben Makuch travels the world to meet with hackers, government officials, and dissidents to investigate the ecosystem of cyberwarfare.', + 'age_limit': 14, + 'timestamp': 1466008539, + 'upload_date': '20160615', + 'uploader_id': '11', + 'uploader': 'Viceland', }, 'params': { # m3u8 download |