diff options
author | coletdjnz <coletdjnz@protonmail.com> | 2023-06-08 19:50:05 +1200 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2023-06-08 19:15:39 +0530 |
commit | 8213ce28a485e200f6a7e1af1434a987c8e702bd (patch) | |
tree | c1b1a732c0ec640b55325b145ea2f227c19e21fb /yt_dlp/extractor/common.py | |
parent | 14a14335b280766fbf5a469ae26836d6c1fe450a (diff) |
[extractor/youtube] Extract `channel_is_verified` (#7213)
Authored by: coletdjnz
Diffstat (limited to 'yt_dlp/extractor/common.py')
-rw-r--r-- | yt_dlp/extractor/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index fa46a5240..ca2164a5d 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -286,6 +286,7 @@ class InfoExtractor: channel_id: Id of the channel. channel_url: Full URL to a channel webpage. channel_follower_count: Number of followers of the channel. + channel_is_verified: Whether the channel is verified on the platform. 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 |