[extractor/common] Clarify playlists can have description field
authorSergey M․ <dstftw@gmail.com>
Sun, 9 Aug 2015 13:09:50 +0000 (19:09 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 9 Aug 2015 13:09:50 +0000 (19:09 +0600)
youtube_dl/extractor/common.py

index e201ea6db10f64eea9605d7825a02516a88fc106..9b4775e0a4bf902f8e77e050ba6679a24b0c6534 100644 (file)
@@ -204,8 +204,8 @@ class InfoExtractor(object):
     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).
+    Additionally, playlists can have "title", "description" and "id" attributes
+    with the same semantics as videos (see above).
 
 
     _type "multi_video" indicates that there are multiple videos that