mirror of
https://github.com/l1ving/youtube-dl
synced 2026-05-26 23:09:56 +08:00
adding uploader_like_count to twitch
This commit is contained in:
@@ -638,6 +638,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
||||
'view_count': view_count,
|
||||
'formats': formats,
|
||||
'is_live': True,
|
||||
'uploader_like_count': stream.get('channel',{}).get('followers')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user