diff --git a/pandora/archive/external.py b/pandora/archive/external.py index 518a0b96..834b6b77 100644 --- a/pandora/archive/external.py +++ b/pandora/archive/external.py @@ -19,20 +19,23 @@ import models info_keys = [ 'title', 'description', + 'webpage_url', + 'display_id', + 'uploader', + 'tags', + 'duration', 'width', 'height', - 'webpage_url', - 'thumbnail', 'ext', - 'uploader', + 'thumbnail', 'subtitles', - 'tags' ] info_key_map = { 'webpage_url': 'url', 'ext': 'extension', + 'display_id': 'id', } def get_info(url):