unintended / download-organizer-chrome-extension

Chrome extesion that allows you to set custom download locations with a flexible regexp-based rules.
MIT License
68 stars 8 forks source link

Downloads getting automatically renamed to "download" #60

Open denysullivan opened 1 year ago

EvanEdwards commented 1 year ago

Does your rule have a trailing slash "/" ?

myfiles/download saves everything as "download" in the myfiles directory.

myfiles/download/ saves everything as their original name in the myfiles/download directory.

denysullivan commented 1 year ago

It seems to predate event the rules, just turning it on with no rules set up causes the problem. I am using another extension which could be a source of conflict / bad interaction