You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<addonid="script.module.python.twitch"name="python-twitch for Kodi"version="1.1.0"provider-name="A Talented Community">
2
+
<addonid="script.module.python.twitch"name="python-twitch for Kodi"version="2.0.0~alpha1"provider-name="A Talented Community">
3
3
<requires>
4
4
<importaddon="xbmc.python"version="2.1.0"/>
5
5
<importaddon="script.module.six"version="1.9.0"/>
@@ -9,10 +9,9 @@
9
9
<extensionpoint="xbmc.addon.metadata">
10
10
<platform>all</platform>
11
11
<news>
12
-
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
13
-
*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations. If you rely on this module follow development at https://github.com/MrSprigster/script.module.python.twitch
14
-
15
-
[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints
12
+
[chg] refactor oauth for inclusion of helix
13
+
[add] helix api
14
+
[add] add usher.live_request and usher.video_request
0 commit comments