1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-12 00:33:48 -05:00

[youtube] Extract channel subscriber count (#2399)

Closes #2350
* Adds `channel_follower_count` field
Authored-by: coletdjnz
This commit is contained in:
coletdjnz
2022-01-21 06:04:36 +00:00
committed by GitHub
parent 593e43c030
commit 6c73052c0a
3 changed files with 50 additions and 7 deletions

View File

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