From 443f702cc013597a226c51a22dc123e17c523c58 Mon Sep 17 00:00:00 2001 From: Andrew Udvare Date: Wed, 2 Jan 2019 22:15:51 -0500 Subject: [PATCH] [common] Add description of channel_verified field --- youtube_dl/extractor/common.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/youtube_dl/extractor/common.py b/youtube_dl/extractor/common.py index e5f8136fc..55693e97a 100644 --- a/youtube_dl/extractor/common.py +++ b/youtube_dl/extractor/common.py @@ -217,6 +217,8 @@ class InfoExtractor(object): fields. This depends on a particular extractor. channel_id: Id of the channel. 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. subtitles: The available subtitles as a dictionary in the format {tag: subformats}. "tag" is usually a language code, and