gebn / chandl

A lightweight tool for parsing and downloading 4chan threads.
MIT License
1 stars 0 forks source link

Range options #6

Open gebn opened 7 years ago

gebn commented 7 years ago

Allow specifying a range of posts to process.

--from: From, inclusive --after: From, exclusive --to: Until, inclusive --until: Until, exclusive

--from and --after, and --to and --until are mutually exclusive pairs. --from or --after can be combined with --to or --until.