plexmedia-downloader
plexmedia-downloader copied to clipboard
Please update the script for Python 3.
Hi there. Please update the script for python3 so that I can use it. $ python3 main.py -u [email protected] -p password "url"
Traceback (most recent call last):
File "/home/chris/plexmedia-downloader/main.py", line 303, in
Tried on python 2 and got the following error.
$ python main.py -u [email protected] -p password "url"
File "main.py", line 28 **self.headers, ^ SyntaxError: invalid syntax
Btw, my OS is Ubuntu 21.04.