[extractor/common] Clarify playlists can have description field

This commit is contained in:
Sergey M․ 2015-08-09 19:09:50 +06:00
parent 8d6765cf48
commit e0b9d78fab

View file

@ -204,8 +204,8 @@ class InfoExtractor(object):
There must be a key "entries", which is a list, an iterable, or a PagedList There must be a key "entries", which is a list, an iterable, or a PagedList
object, each element of which is a valid dictionary by this specification. object, each element of which is a valid dictionary by this specification.
Additionally, playlists can have "title" and "id" attributes with the same Additionally, playlists can have "title", "description" and "id" attributes
semantics as videos (see above). with the same semantics as videos (see above).
_type "multi_video" indicates that there are multiple videos that _type "multi_video" indicates that there are multiple videos that