crunchy-labs / crunchy-cli

👇 Command-line downloader for Crunchyroll
MIT License
606 stars 62 forks source link

Add custom download directory for output file #433

Open drmcbrayer89 opened 5 months ago

drmcbrayer89 commented 5 months ago

Is your feature request related to a problem? Please describe. I use sshfs to mount my plex server storage as a directory. I would like to download directly to that drive rather than always in /home/. Could we add a directory argument?

Describe the solution you'd like something along the lines of crunchy-cli archive -dir ~/

Frooastside commented 5 months ago

you can do that using the --output / -o cli flag

e.g. crunchy-cli -o "/path/to/plex"

westhecool commented 5 months ago

What directory were you running the command in?