Allow iterators for playlist result entries
This commit is contained in:
parent
158f8cadc0
commit
b82f815f37
3 changed files with 26 additions and 16 deletions
|
@ -158,8 +158,8 @@ class InfoExtractor(object):
|
|||
|
||||
|
||||
_type "playlist" indicates multiple videos.
|
||||
There must be a key "entries", which is a list or a PagedList object, each
|
||||
element of which is a valid dictionary under this specfication.
|
||||
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.
|
||||
|
||||
Additionally, playlists can have "title" and "id" attributes with the same
|
||||
semantics as videos (see above).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue