This repository was archived by the owner on Apr 2, 2025. It is now read-only.
This repository was archived by the owner on Apr 2, 2025. It is now read-only.
Can't change downloader.path #156
Open
Description
Describe the bug
mangal config set --key downloader.path --value "/Users/xxxxxxx" is not changing the download path on mac, all pdf's are going to:
/private/var/folders/hz/w6wc2p3x645dzvnh3dryxsxc0000gn/T/mangal
Not sure why I can't get the download path to stick.
Reproduction steps
- input: mangal config set --key downloader.path --value "location"
- input: mangal config write
- search for and download a manga
- Manga does not go to inputted location
- Manga is saved in /private/var/folders/hz/w6wc2p3x645dzvnh3dryxsxc0000gn/T/mangal
Expected behavior
- input: mangal config set --key downloader.path --value "location"
- input: mangal config write
- search for and download a manga
- Manga is in the set location
Additional context
Could be user error but I tried editing the TOML file as well and still couldn't get it to download in the right place.
When I check 'mangal env' it shows MANGAL_DOWNLOADER_PATH as unset, not sure if that has anything to do with it.
Operating System
macOS