]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/common.py
[youtube] Extract channel subscriber count (#2399)
[yt-dlp.git] / yt_dlp / extractor / common.py
index 3f5e15103fd440313b5d2b3d36084c91fbae145c..e289a4ef82149782d10a3a1da7bd8df6f4eef0c2 100644 (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