From 926d3f0f09ca3658f51ca52444df2097556a1ca0 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Aug 2016 11:50:24 +0100 Subject: [PATCH] add video id --- pandora/archive/external.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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):