mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 11:37:14 +08:00
adding uploader_like_count to twitch
This commit is contained in:
parent
615f63bb83
commit
079235e6d9
@ -638,6 +638,7 @@ class TwitchStreamIE(TwitchBaseIE):
|
|||||||
'view_count': view_count,
|
'view_count': view_count,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
|
'uploader_like_count': stream.get('channel',{}).get('followers')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user