Invalid Syntax
weareblahs opened this issue · 2 comments
weareblahs commented
When running the download.py script on Ubuntu, it returns with this:
File "download.py", line 53
print('[%d/%d] Successfully collected link for %s' % (item_n + 1, len(page_links), channel_list[item_n]), file=sys.stderr)
^
SyntaxError: invalid syntax
interlark commented
It's python3 script. Please make sure you're using it.
mentalhackz commented
working perfect for me .. thank you for the hard work