Hakkin / twitchpipe

Pipe your favorite Twitch streams to the media player of your choice, or a file to save them for later. Supports low-latency playback.
MIT License
35 stars 5 forks source link

Convert usernames to lowercase before sending them to Twitch APIs #8

Closed Hakkin closed 4 years ago

Hakkin commented 4 years ago

All twitch usernames are lowercase alpha-numeric, but Twitch's APIs are case sensitive, so we should force usernames to lowercase before sending them.