Document and test categories (#2923)

This commit is contained in:
Philipp Hagemeister 2014-05-15 12:41:42 +02:00
parent 5afa7f8bee
commit ad3bc6acd5
2 changed files with 11 additions and 7 deletions

View 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.