Instinctlol / automatic-twitch-recorder

Checks if a user on twitch is currently streaming and then records the stream via streamlink
187 stars 40 forks source link

Use 'user_login' instead of 'user_name' #46

Open Nopied opened 3 years ago

Nopied commented 3 years ago

user_name = Streamer's display name, user_login = Streamer's Twitch ID

Twitch has two types of name. In general, English countries use their ID directly as channel name but the other doesn't. They use display name instead.

Fixes: #44