What's new?
This update contains a large code refactoring change. Additionally, the login_twitch and login_acr methods have been removed. Instead of calling these (now deprecated) methods, the user should pass the twitch_credentials and/or acr_credentials variables to the TwitchHighlights constructor to perform the proper authentication steps for the APIs.
Bug fixes
- Fixed a bug in the make_video_by_streamer method. Whenever the user would fetch clip metadata for multiple streamers, an error would occur when merging the metadata into a single list.