about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-12-19 03:51:03 +0700
committerSergey M․ <dstftw@gmail.com>2017-12-19 03:51:03 +0700
commitc10c93238e6db0df8746fc185ca316b9d8ccece5 (patch)
treef8146bcab6f2f1ff33c103a68be076c55c769935
parent4a109f81bc39ed09931fd6f9d21d20f7abdc9742 (diff)
downloadyoutube-dl-c10c93238e6db0df8746fc185ca316b9d8ccece5.tar.gz
youtube-dl-c10c93238e6db0df8746fc185ca316b9d8ccece5.tar.xz
youtube-dl-c10c93238e6db0df8746fc185ca316b9d8ccece5.zip
[extractor/common] Introduce uploader, uploader_id and uploader_url meta fields for playlists (#11427, #15018)
-rw-r--r--youtube_dl/extractor/common.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py
index 80a9c982f..e5ef5e490 100644
--- a/youtube_dl/extractor/common.py
+++ b/youtube_dl/extractor/common.py
@@ -301,8 +301,9 @@ 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", "description" and "id" attributes
-    with the same semantics as videos (see above).
+    Additionally, playlists can have "id", "title", "description", "uploader",
+    "uploader_id", "uploader_url" attributes with the same semantics as videos
+    (see above).
 
 
     _type "multi_video" indicates that there are multiple videos that