aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-09 19:09:50 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-09 19:09:50 +0600
commite0b9d78fab76e2c2819c8a9a7512ad4533319b72 (patch)
treef683bca393d578e5246ca61a410838151cc5f616 /youtube_dl
parent8d6765cf48138cc44fdbaee4e8c7a199ae348bb5 (diff)
downloadyoutube-dl-e0b9d78fab76e2c2819c8a9a7512ad4533319b72.tar.xz
[extractor/common] Clarify playlists can have description field
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index e201ea6db..9b4775e0a 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -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