felipegiacomozzi / the-trove-downloader

Downloads files from The Trove Rpg website
49 stars 3 forks source link

format for directories to ignore... #26

Open lavaguy1 opened 3 years ago

lavaguy1 commented 3 years ago

Can someone please give an example of the format for the parameters to option 2) Directories to Ignore? In particular, what must be entered to NOT download the /Books/%20Collections/ directory, or other directories beginning with a space.

Also, can wildcards somehow be used, like to say "do not download any directory beginning with the letter 'a'"?

Thanks!

kdiii1 commented 3 years ago

You would enter Collections/ to make it ignore the Collections directory

lavaguy1 commented 3 years ago

You would enter Collections/ to make it ignore the Collections directory

Yeah, that was my first thought, too. But it doesn’t work. Probably because the directory name on the server begins with „%20“

felipegiacomozzi commented 3 years ago

Hello @lavaguy1 , I just released a new version that fixes this. It needed a cleanup on the folder name of the website to work, so you don`t need to put the extra spaces at the start or at the end. Typing Collections/ now should work to filter it out.

https://github.com/felipegiacomozzi/the-trove-downloader/releases/tag/1.0.16

lavaguy1 commented 3 years ago

i'll give it a try. thanks! is the trailing comma still necessary - i read somewhere that it is...

And Merry Christmas!

lavaguy1 commented 3 years ago

i'll give it a try. thanks! is the trailing comma still necessary - i read somewhere that it is...

And Merry Christmas!

lavaguy1 commented 3 years ago

That seems to have donethe trick. It's skipping now, using:

Collections/,

Thanks!

lavaguy1 commented 3 years ago

That worked great! Second question... how would you properly exclude a directory called /Dark Eye, The/ ?