Closed SafatMahmood closed 7 years ago
Cool, all you need to do is remove the brackets around your arguments like below:
python3 download.py videos 30
If this solves your issue please close this issue, thanks!
Oops, I accidentally closed the issue prematurely
Hi I am really new to this and I am getting the following error...any help?
MBP:youtube-bb-master_jul19 Mac$ python3 download.py [videos] [30]
Traceback (most recent call last): File "download.py", line 43, in parse_and_sched(sys.argv[1],int(sys.argv[2])) ValueError: invalid literal for int() with base 10: '[30]'