If its not to much trouble, is it possible to add a command line interface for the program ? Something so that running the following would be possible:
$java -jar Batoto.jar -mangaURL http://bato.to/comic/_/comics/comicName -number 1
(Where the "-number" flag represents how many recent chapters to download, in the above example, this would download the 1st most recent chapter to the default output path using the default settings)
I am asking as I would like to automate downloading the latest releases of my favourite manga periodically rather than having to manually copy-paste the links - and this seems to be the easiest solution I can think of - thank you!
Comments (5)
-
repo owner -
reporter Thank you so much!
-
reporter - edited description
-
repo owner - changed status to resolved
Command line mode added in v3.2 just released ;)
-
reporter Thanks heaps for this ! It helps a lot =D
- Log in to comment
I'll see what I can do for the next version