santosderek / Imgur-To-Folder

Download Imgur albums and images to desired folder
Other
80 stars 9 forks source link

unable to change target folder #10

Closed Felixoo7 closed 5 years ago

Felixoo7 commented 5 years ago

Probably I am just dumb and hopefully this project isn't totally dead.

Attempting to change the target directory I used the command imgurtofolder --folder FOLDER_PATH_HERE image

After doing this I attempt to download an image and it always puts it into the IFT main directory. What am I doing wrong?

santosderek commented 5 years ago

Hello!

-f only changes the target directory for that process of the command. To change the default target directory, you'll have to change the config.json before installing.

So the command should look like itf -f C:\Some\Path\Here url1 url2 url3

I'm working on a new update to Imgur-To-Folder, and will have an argument to change the default download path without reinstalling.

Felixoo7 commented 5 years ago

I knew it was an ID10T error. I didn't think to try the command in line. Thanks it is working just fine now.