Closed TurnrDev closed 7 years ago
Thanks for pointing out the issue. 👍
The solution is to make the required parameters optional.
Damn you guys are fast are fixing bugs! Hats off to you! I just pulled the repo but now encountered this:
[jay@desktop-arch code]$ python sum.py -u "https://www.youtube.com/watch?v=ZlXta87qyxU"
File "sum.py", line 99
print url
^
SyntaxError: Missing parentheses in call to 'print'
py
Made some adjustments #7
hi @JayTurnr Sorry, that 'print' statement was left there by accident. Corrected it with PR #8
This issue seems to have been fixed, but it isn't closed. Is there something left to be done?
@lwgray I fixed that in PR #7 but nevermind, take the blame. @TheGamer007 no, sorry I forgot to close
I run
python sum.py -u "https://www.youtube.com/watch?v=ZlXta87qyxU"
as suggested in your wiki.. Error I get is..