AlexCSDev / PatreonDownloader

Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
928 stars 95 forks source link

Option to not alter names of the downloaded files #144

Open yjeroen opened 1 year ago

yjeroen commented 1 year ago

By default the PatreonDownloader renames the files it downloads. I didn't see an option to disable that in --help.

AlexCSDev commented 1 year ago

While it's not hard to add command line option to disable this behavior, this might result in undesired behavior due to the way files are stored in a single post. ("PostFile" and "PostMedia" being able to share the same name, but being different files)

Needs further research to implement properly.