mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 02:56:47 +01:00
[youtube] Extract channel subscriber count (#2399)
Closes #2350 * Adds `channel_follower_count` field Authored-by: coletdjnz
This commit is contained in:
parent
593e43c030
commit
6c73052c0a
3 changed files with 50 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue