1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 06:27:20 +08:00

adding uploader_like_count to twitch

This commit is contained in:
Avichai 2020-03-19 13:28:38 +02:00
parent 615f63bb83
commit 079235e6d9

View File

@ -638,6 +638,7 @@ class TwitchStreamIE(TwitchBaseIE):
'view_count': view_count,
'formats': formats,
'is_live': True,
'uploader_like_count': stream.get('channel',{}).get('followers')
}