We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e59338 commit 8791400Copy full SHA for 8791400
main.py
@@ -35,7 +35,7 @@ def streamlink(request=request):
35
session = Streamlink()
36
pluginname, pluginclass, resolved_url = session.resolve_url(url[0])
37
# Use remain arguments to set other options.
38
- #session.set_option('http-ssl-verify', 0)
+ # session.set_option('http-ssl-verify', 0)
39
for key in args:
40
if re.match('[0-9]+$', args[key]):
41
value = int(args[key])
0 commit comments