mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-09 14:03:03 +08:00
[extractor/common] Introduce channel meta fields
This commit is contained in:
parent
8570904d1f
commit
44fd0a01c4
@ -211,6 +211,11 @@ class InfoExtractor(object):
|
||||
If not explicitly set, calculated from timestamp.
|
||||
uploader_id: Nickname or id of the video uploader.
|
||||
uploader_url: Full URL to a personal webpage of the video uploader.
|
||||
channel: Full name of the channel the video is uploaded on.
|
||||
Note that channel fields may or may noy repeat uploader
|
||||
fields. This depends on a particular extractor.
|
||||
channel_id: Id of the channel.
|
||||
channel_url: Full URL to a channel webpage.
|
||||
location: Physical location where the video was filmed.
|
||||
subtitles: The available subtitles as a dictionary in the format
|
||||
{tag: subformats}. "tag" is usually a language code, and
|
||||
|
Loading…
Reference in New Issue
Block a user