Skip to content

Commit

Permalink
[extractor/common] Introduce uploader, uploader_id and uploader_url m…
Browse files Browse the repository at this point in the history
…eta fields for playlists (#11427, #15018)
  • Loading branch information
Sergey M․ committed Dec 18, 2017
1 parent 4a109f8 commit c10c932
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions youtube_dl/extractor/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c10c932

Please sign in to comment.