Voldrix / onlyfans-dl-2

OnlyFans content downloader v2
GNU General Public License v3.0
151 stars 23 forks source link

Invalid format string error when using the max age functionality #43

Closed oliverhihn closed 2 years ago

oliverhihn commented 2 years ago

PS D:\onlyfans-dl-2-master\onlyfans-dl-2-master> python.exe .\onlyfans-dl.py all 30 Traceback (most recent call last): File "D:\onlyfans-dl-2-master\onlyfans-dl-2-master\onlyfans-dl.py", line 222, in <module> MAX_AGE = int((datetime.today() - timedelta(int(PROFILE_LIST.pop(-1)))).strftime("%s")) ValueError: Invalid format string

Voldrix commented 2 years ago

You must be on Windows. This issue was fixed in July, update to the latest commit.

oliverhihn commented 2 years ago

Ty, works with the latest release. My bad.