Documented tags as a possible dict key
authorPurdea Andrei <andrei@purdea.ro>
Tue, 28 Jul 2015 15:30:42 +0000 (18:30 +0300)
committerPurdea Andrei <andrei@purdea.ro>
Tue, 28 Jul 2015 15:30:42 +0000 (18:30 +0300)
youtube_dl/extractor/common.py

index 14b9b4fe2320c6125b083ebf4afc683c1a2e4b52..a227aeb9cfbbdccbe025ba4bdbb79874a6a06263 100644 (file)
@@ -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.