EltonChou / TwitterMediaHarvest

Download twitter media with only one-click.
https://chrome.google.com/webstore/detail/media-harvest-twitter-med/hpcgabhdlnapolkkjpejieegfpehfdok
MIT License
428 stars 36 forks source link

Option to not overwrite existing files #68

Closed BitRYNO closed 1 year ago

BitRYNO commented 1 year ago

The previous version did not overwrite files that already exist in the download directory. The current version will overwrite any existing files. This can mess with file order especially if file are sorted by date downloaded.

EltonChou commented 1 year ago

Thanks for you feedback.

Can you provide your extension version and browser version? This extension always overwrite files with same filename. Because they are same files, I don't need any duplicated file to consume my space. There must be some bugs If it didn't overwrite it.

If you want the filename with download date you can add Date in the filename pattern setting.

BitRYNO commented 1 year ago

Chrome Version 113.0.5672.93 Extension Version before the new options interface Can a feature be added to not re-download files if they already exist in the download folder?

EltonChou commented 1 year ago

Please update your extension.

Currently this extension don't have any download history feature. The permission of extension was restricted by the browser, and the extension are not allowed to scan the contents in download folder. It hard to make a reliable file manager in an extension.

What's your purpose you want to prevent downloading?

EltonChou commented 1 year ago

No further reponse.