Girbons / comics-downloader

tool to download comics and manga in pdf/epub/cbr/cbz from a website
MIT License
456 stars 49 forks source link

Change behaviour of -output to not prepend any folders #89

Closed mikebell closed 2 years ago

mikebell commented 2 years ago

When I use the -output flag I expected the files to be downloaded into the directory specified.

-output=/mnt/media/$mydirectory

I get the following :

/mnt/media/$mydirectory/comics/$source/$name

The documentation doesn't mention this behaviour. Is there an option not to prepend with folders?

Girbons commented 2 years ago

Hi @mikebell,

comics/$source/$name is the default folder structure that is being created and there's no way to avoid this by using an option.

The documentation doesn't mention this behaviour

I will edit the README to mention this behaviour.

Girbons commented 2 years ago

Hey @mikebell,

After a while of thinking, I've decided to take into consideration your proposal, soon there will be a new release.