This is a small scripting engine that basically processes different r34 downloaders cmdlines in asynchronous manner (but only one query per downloader at a time). Use it if you want to create a periodic download system. Cmdline composition is based on simple syntax which allows to form series of cmdlines progressively and process multiple queries without creating duplicate files.
Dependencies:
- Downloaders:
- Libraries: None
See SCRIPTING_SYNTAX.txt for script composition guidelines and tips
Invoke python main.py --help
to list cmdline arguments
Once you are done with initial script setup you only need to invoke a single cmd command to download the next batch without any need to even update next max id manually, ever (ideally)