Document and test categories (#2923)
[youtube-dl] / youtube_dl / extractor / common.py
index 1e366a13c710d3c58d564466f22018efda8eebb5..db472aace8faabb465e9c93b7ff6013ccece4e8e 100644 (file)
@@ -113,6 +113,8 @@ class InfoExtractor(object):
     webpage_url:    The url to the video webpage, if given to youtube-dl it
                     should allow to get the same result again. (It will be set
                     by YoutubeDL if it's missing)
+    categories:     A list of categories that the video falls in, for example
+                    ["Sports", "Berlin"]
 
     Unless mentioned otherwise, the fields should be Unicode strings.