twitch-dl/twitchdl/__init__.py
Ivan Habunek e29d42e9ef
Use Twitch's client ID
Fetching access token with own client ID no longer works.

Everybody else in the world seems to be doing it:
https://github.com/search?p=2&q=kimne78kx3ncx6brgo4mv6wki5h1ko&type=Code
2020-04-10 16:21:10 +02:00

4 lines
68 B
Python

__version__ = "1.4.0"
CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"