sim0n00ps / OF-DL

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

Feature Request: Changing dates #515

Open MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 opened 1 month ago

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Hey First off, thanks for making OF worth using. Without a proper download program, I really don't feel it is worth it. I love your downloader, but I do have one issue or perhaps just question about it as I am rather new to this. Is it possible, when downloading to have the "Created Date" be the same as the "Modified Date" and the "Opened Date" be the same as the "Modified Date" without the timestamp, but with the date? I used https://github.com/DIGITALCRIMINAL/ArchivedUltimaScraper before and there it was possible (by default), which made sorting a lot easier I feel.

Also where to find the Discord and/or Telegram channel? I tried finding it, but couldn't sadly.

melithine commented 1 month ago

https://discord.com/invite/6bUW8EJ53j is the Discord. I have no idea about Telegram, never used it.

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Thank you very much. I have some trouble connecting to discord at the moment, but when I do, I'll be sure to ask in there. Thanks again.

melithine commented 1 month ago

Well, there isn't support currently for the date changing, but I've flagged this as a feature request/enhancement for someone to look at adding that support in the future. Just wanted to provide the Discord link since you asked about it as well.

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Ah no problem. Will be nice to have it, but until then I guess I can just edit the dates myself after download. Although not if that messes up something, so that the files get redownloaded or stuff like that. And I really appreciate the discord link. Now I just have to get that to work again. Never had this problem before with it.

melithine commented 1 month ago

In each creator folder there is a Metadata folder that tracks whats been downloaded. Do what you want with the images/videos after downloading them (including deleting them); as long as that DB is present, it won't redownload them.

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Ok. Awesome. However, what if I find out that some of the images or videos are faulty and want to redownload those? Will I then need to redownload them all or can the program itself scan for which videos were downloaded in a broken state? Of course this would be before I did any editing of the metadata of the files myself. Would it be possible to go into the DB and delete just their entries to get them to redownload or is there another way?

melithine commented 1 month ago

They're sqlite dbs so you could edit them using generic sqlite tools. Or rename the creator folder, scrape the single post/message, then rename the creator folder back.

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Ah ok. I think I will just stick with renaming for now at least, as I am quite new to this. On another note, could you possibly help me figuring out how to do a .gitignore file, how and where to place it and also how to delete git files, that seem undeletable?

melithine commented 1 month ago

Ah ok. I think I will just stick with renaming for now at least, as I am quite new to this. On another note, could you possibly help me figuring out how to do a .gitignore file, how and where to place it and also how to delete git files, that seem undeletable?

https://git-scm.com/docs/gitignore/en covers the ignore files, beyond that, I'm not sure what you mean about undeletable files and that's not really in the scope of this repo.

MaH-s9UFaXPEKdLafMHkSGgWUAupTA1xj78S9C7 commented 1 month ago

Ah ok. Yeah for gitignore, it was just because I was unsure how to add/use it with a virtual environment. As for the files no matter, a reboot made them deleteable. Not really sure what it was about.