Open knods3k opened 5 months ago
In my config.ini i specify a path like ~/my/path/. When I run qobuz-dl dl <url> from e.g. ~/Downloads/ a new directory ~/Downloads/~/my/path/ is created and downloaded files are stored there.
~/my/path/
qobuz-dl dl <url>
~/Downloads/
~/Downloads/~/my/path/
I'm on macOS.
I've solved this by specifying my/path/ rather than ~/my/path.
my/path/
~/my/path
I'm happy to close the issue, unless someone wants to implement a solution.
In my config.ini i specify a path like
~/my/path/
. When I runqobuz-dl dl <url>
from e.g.~/Downloads/
a new directory~/Downloads/~/my/path/
is created and downloaded files are stored there.I'm on macOS.