We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8cb19 commit 1af566fCopy full SHA for 1af566f
1 file changed
resources/lib/twitch/api/usher.py
@@ -40,7 +40,7 @@ def live(channel):
40
q.add_urlkw(keys.CHANNEL, channel)
41
q.add_param(keys.SIG, token[keys.SIG])
42
q.add_param(keys.TOKEN, token[keys.TOKEN])
43
- q.add_param(keys.ALLOW_SOURCE, Boolean.FALSE)
+ q.add_param(keys.ALLOW_SOURCE, Boolean.TRUE)
44
return q
45
46
@@ -55,6 +55,7 @@ def _vod(id):
55
q.add_urlkw(keys.ID, id)
56
q.add_param(keys.NAUTHSIG, token[keys.SIG])
57
q.add_param(keys.NAUTH, token[keys.TOKEN])
58
59
60
61
0 commit comments