0.2.0 • Published 2 years ago
fourget v0.2.0
Installation
npm i fourget -g
Usage
$ fourget <thread URL> <directory>
Options
-o
, --organize
Whether to put files into organized directories based on board and thread ID.
For example downloading from a URL like https://boards.4channel.org/c/thread/4444444
would create a structure like <output>/c/4444444 - Thread Name/
.
-f
, --filter
A comma-delimited list of file extensions (with leading period) to download, for example .gif,.png
.
-r
, --redownload
Whether to redownload files if they already exist.
-t
, --throttle
The number of milliseconds to wait between downloading files. Omit to use no delay.
Planned Features
- Thread watching/automatically download new files as they are posted