sim0n00ps / OF-DL

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

feat: Add support to download duplicate media from posts/messages #419

Closed ddirty830 closed 1 week ago

ddirty830 commented 1 week ago

I noticed that if a media file was from a post, but later sent in a message, it was only downloaded once (and in the first place the application encountered it).

This led me thinking that stuff was missing (because a post said 14 videos, but only 10 downloaded).

This PR adds support to download a specific media_id multiple times depending on source. It meets my needs, but may need further enhancement if it's desired to get it downloading N times if it exists in N posts and the user has the FolderPerPost option enabled.

vlakoff commented 6 days ago

If it were up to me, I would suggest to enable this by default. But I guess some people would disagree, arguing that it wastes disk space.

So, I could suggest another improvement: ensure the one download is consistent. Because this part: "in the first place the application encountered it" tickles me... I think it would make more sense to keep the "post" one, over the "message" one.