From 6c73052c0a44c90dad22468d598e1bc6aba7534c Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Fri, 21 Jan 2022 06:04:36 +0000 Subject: [youtube] Extract channel subscriber count (#2399) Closes #2350 * Adds `channel_follower_count` field Authored-by: coletdjnz --- yt_dlp/extractor/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp/extractor/common.py') diff --git a/yt_dlp/extractor/common.py b/yt_dlp/extractor/common.py index 3f5e15103..e289a4ef8 100644 --- a/yt_dlp/extractor/common.py +++ b/yt_dlp/extractor/common.py @@ -261,6 +261,7 @@ 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_follower_count: Number of followers of the channel. 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 -- cgit v1.2.3