Browse Source

[extractor/common] Introduce uploader, uploader_id and uploader_url meta fields for playlists (#11427, #15018)

master-ytdl-org
Sergey M․ 7 years ago
parent
commit
c10c93238e
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      youtube_dl/extractor/common.py

+ 3
- 2
youtube_dl/extractor/common.py View 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


Loading…
Cancel
Save