nianeyna / ao3downloader

Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
201 stars 18 forks source link

Custom download folders #139

Open nianeyna opened 5 months ago

nianeyna commented 5 months ago

Discussed in https://github.com/nianeyna/ao3downloader/discussions/134

Originally posted by **shrnt** May 16, 2024 Hi, thanks a lot, this has been a life saver!! It would be nice if I could specify the download folder. I'd like to download all my bookmarks and all my Marked For Later, but I don't want them to be in the same shared folder. I read in another reply you mentioned that you don't wanna download out of the ao3downloader folder for security reasons, so maybe something like `ao3downloader/downloads/bookmarks` or `ao3downloader/downloads/customfoldername` I guess for now, I could interchange the `ao3downloader/downloads` folder whenever I want to download/update either my Bookmarks or Marked for Later. But it would be convenient if I could specify the destination folder each time before the download starts. Or maybe even be able to define the folders in the `settings.json` Thanks again!