Allow iterators for playlist result entries
[youtube-dl] / youtube_dl / extractor / common.py
index 5b5e33cea8da39ebed4ea56df1969ad7d5e5ab81..cb6081dd08ef13ce073f4af030e8c3cc40dd7f8d 100644 (file)
@@ -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).