mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-30 06:05:13 +00:00
[youtube] Extract channel subscriber count (#2399)
Closes #2350 * Adds `channel_follower_count` field Authored-by: coletdjnz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user