We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d813f2e commit 353ce1fCopy full SHA for 353ce1f
nhltv.py
@@ -66,8 +66,8 @@ def parse_args():
66
print ("Missing ffmpeg command please install or check PATH exiting...")
67
exit(1)
68
69
- if which("aira2c") is False:
70
- print ("Missing aira2c command please install or check PATH exiting...")
+ if which("aria2c") is False:
+ print ("Missing aria2c command please install or check PATH exiting...")
71
72
73
parser = argparse.ArgumentParser(description='%(prog)s: Download NHL TV')
0 commit comments