[extractor/common] Introduce uploader, uploader_id and uploader_url meta fields for...
authorSergey M․ <dstftw@gmail.com>
Mon, 18 Dec 2017 20:51:03 +0000 (03:51 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 18 Dec 2017 20:51:03 +0000 (03:51 +0700)
youtube_dl/extractor/common.py

index 80a9c982f3621817e1b4a75322d87a3adfa96a75..e5ef5e4906595a69bb1a34d39ecb672b90ac6a0e 100644 (file)
@@ -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