New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add set default path support for saving to filesystem #823
Comments
|
Thank you for the suggestion, I agree with you. Note that you should be able to achieve this with the filename template but I can understand that it is not very practical. |
|
Again, I forgot this option already exists... The option |
OK, but this option is only for CLI now, not for the browser plugin when saving in file system. |
|
Extensions cannot write files outside the Downloads folder. However you can use the filename template to save pages into sub-folders. Note also that you could use profiles to define different sub-folders. For example, you could create a profile named "backup" with a filename template beginning with |
Unfortunately, this doesn't work for me. I navigated to "Extension options" -> "File name" -> "template" and changed the default settings to "backup/{day-locale}.{month-locale}.{year-locale}.html". The slash is replaced by an underscore and it is still saved into the same, main Downloads folder. system infoWindows 7 (64x) |
|
Please make sure |
Thanks for an ultra fast reply. I enabled the setting in Misc, but the file is still saved into the same directory. Except now the file name doesn't seem to follow the template at all (e.g. with "backup/{year-locale}.html", I get "574f1233-b013-45f2-a608-8232dbead111.htm" instead of "2021.html"). |
|
This is unfortunately a bug in Chrome, see https://bugs.chromium.org/p/chromium/issues/detail?id=892133. Using a separate/new profile might help. There is nothing I can do to fix it on my end. Note that this bug is specific to Chomium-based browsers. |
|
@gildas-lormeau I don't have the same problem with either "DownloadThemAll" or "Simple mass downloader", both of which seem to save into subdirectories just fine. Perhaps a similar solution could be implemented here. At any rate, thank you for creating and maintaining this otherwise excellent extension. |
|
Actually "DownloadThemAll" or "Simple mass downloader" might be probably the cause of this bug. I know that there is more chances to see it when download managers are installed. |
Describe the solution you'd like
Able to specify the default path for saving the pages.
The text was updated successfully, but these errors were encountered: