Voldrix / onlyfans-dl-2

OnlyFans content downloader v2
GNU General Public License v3.0
155 stars 22 forks source link

posts_limit #6

Closed BerserkRaged closed 3 years ago

BerserkRaged commented 3 years ago

Hi, I've installed this and updated the new required information. However, when I try to run it I receive.

 File "onlyfans-dl.py", line 83
    if len(list_base) >= posts_limit:
                                    ^
SyntaxError: invalid syntax

Anyone else receiving this or can help me fix it?

Thank you.

Voldrix commented 3 years ago

Turns out there is a hidden null character in the previous line. Sorry about that it's fixed now

BerserkRaged commented 3 years ago

Turns out there is a hidden null character in the previous line. Sorry about that it's fixed now

Awesome, it's working now. Thank you.