1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-04 00:55:15 +00:00

[extractor/youtube] Extract channel_is_verified (#7213)

Authored by: coletdjnz
This commit is contained in:
coletdjnz
2023-06-08 19:50:05 +12:00
committed by pukkandan
parent 14a14335b2
commit 8213ce28a4
3 changed files with 40 additions and 0 deletions

View File

@ -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