k0rnh0li0 / onlyfans-dl

OnlyFans content downloader
GNU General Public License v3.0
772 stars 221 forks source link

SyntaxError: invalid syntax #223

Closed jadenquinn closed 1 year ago

jadenquinn commented 1 year ago

This used to work but for some reason now no longer works, with this error: AerBook11-2011:onlyfans-dl-master jaden$ python onlyfans-dl.py 1 File "onlyfans-dl.py", line 69 path = f"{path}?{query}" ^ SyntaxError: invalid syntax

jadenquinn commented 1 year ago

This was fixed long ago, at the time I was using Python 2.7 rather than Python 3.x, for those who haven't figure this out yet, install Python 3 and use the command "python3" instead of simply "python".