nonvegan / streamlink-plugin-kick

Streamlink plugin for Kick.com
BSD 2-Clause "Simplified" License
40 stars 4 forks source link

Use streamlink built in apis instead of cloudscraper #12

Open nonvegan opened 4 months ago

nonvegan commented 4 months ago

We can probably just use self.session.http.get, and if that fails dues to cloudflare shenanigans we should explore using the new streamlink.webbrowser as a fallback.