aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/common.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-03-03 12:06:28 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-03-03 12:06:28 +0100
commit0afef30b23dbf5e590f510924a1271f515512ac3 (patch)
treee17f83db816ec100117e471b33e1bbb23f297c35 /youtube_dl/extractor/common.py
parentdcdfd1c711562380cea87a263de9e9e35ffbf20e (diff)
downloadyoutube-dl-0afef30b23dbf5e590f510924a1271f515512ac3.tar.xz
Add display_id field
Diffstat (limited to 'youtube_dl/extractor/common.py')
-rw-r--r--youtube_dl/extractor/common.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 84fca8ba0..080c9bdfa 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -88,6 +88,10 @@ class InfoExtractor(object):
The following fields are optional:
+ display_id An alternative identifier for the video, not necessarily
+ unique, but available before title. Typically, id is
+ something like "4234987", title "Dancing naked mole rats",
+ and display_id "dancing-naked-mole-rats"
thumbnails: A list of dictionaries (with the entries "resolution" and
"url") for the varying thumbnails
thumbnail: Full URL to a video thumbnail image.