Documented tags as a possible dict key
[youtube-dl] / 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.