Skip to content

Is there a way to avoid downloading duplicate files? #278

@ProtagNeptune

Description

@ProtagNeptune

I keep downloading them only to remove them afterwards...
It downloads both *_media_* files and a *_post_* file (which is a duplicate of the first *_media_* file), so the *_post_* file is redundant.

cd "%LOCALAPPDATA%\Programs\PatreonDownloader"
PatreonDownloader.App.exe --url https://www.patreon.com/user/posts --download-directory "%USERPROFILE%\OneDrive\Images\Patreon"
cd "%USERPROFILE%\OneDrive\Images\Patreon"
for %%F in (*_post_*) do (del "%%F")
pause
exit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions