aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorPurdea Andrei <andrei@purdea.ro>2015-07-28 18:30:42 +0300
committerPurdea Andrei <andrei@purdea.ro>2015-07-28 18:30:42 +0300
commit5316bf7487b608b7c085950ff2fb0444f2c36dc0 (patch)
tree2ef5edb0384dd9dde54f6931159b7c15b8642071 /youtube_dl
parenta6f774e9015995393a086273df8db1d7b0c098c4 (diff)
downloadyoutube-dl-5316bf7487b608b7c085950ff2fb0444f2c36dc0.tar.xz
Documented tags as a possible dict key
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 14b9b4fe2..a227aeb9c 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -187,6 +187,7 @@ class InfoExtractor(object):
specified in the URL.
end_time: Time in seconds where the reproduction should end, as
specified in the URL.
+ tags: A list of keywords attached to the video.
Unless mentioned otherwise, the fields should be Unicode strings.