[common] Add description of channel_verified field

This commit is contained in:
Andrew Udvare 2019-01-02 22:15:51 -05:00
parent d7c3af7a72
commit 443f702cc0

View File

@ -217,6 +217,8 @@ class InfoExtractor(object):
fields. This depends on a particular extractor. fields. This depends on a particular extractor.
channel_id: Id of the channel. channel_id: Id of the channel.
channel_url: Full URL to a channel webpage. channel_url: Full URL to a channel webpage.
channel_verified: If the channel is verified (e.g. has checkmark badge on
YouTube)
location: Physical location where the video was filmed. location: Physical location where the video was filmed.
subtitles: The available subtitles as a dictionary in the format subtitles: The available subtitles as a dictionary in the format
{tag: subformats}. "tag" is usually a language code, and {tag: subformats}. "tag" is usually a language code, and