sim0n00ps / OF-DL

C# console app to download all of the media from Onlyfans accounts with DRM video downloading support
569 stars 54 forks source link

the app/window closes itself right after opening #318

Closed bike199999 closed 1 month ago

bike199999 commented 3 months ago

I'm in windows 11 image Am I doing something wrong?

melithine commented 3 months ago

You need a comma at the end of the COOKIE line, after the ".

bike199999 commented 3 months ago

You need a comma at the end of the COOKIE line, after the ".

OMG thank you! I added the last path line and forgot about it.

melithine commented 3 months ago

You need a comma at the end of the COOKIE line, after the ".

OMG thank you! I added the last path line and forgot about it.

That actually belongs in config.json now, not auth.json. It's just currently still supported there for backwards compatibility.

bike199999 commented 3 months ago

You need a comma at the end of the COOKIE line, after the ".

OMG thank you! I added the last path line and forgot about it.

That actually belongs in config.json now, not auth.json. It's just currently still supported there for backwards compatibility.

Got it. I was wondering why I didn't have the path line so I added it myself. It works now. Thank you!