chdl
Version:
*chan downloader
8 lines • 491 B
Markdown
* `0`: Everything went OK.
* `1000`: Could not require some dependencies. Try running `npm install`.
* `1001`: No URL provided. See [usage](usage.md).
* `1002`: Invalid URL, or an unsupported chan. See [support](support.md).
* `1003`: Could not fetch data for thread, which means either the thread doesn't exist, or the URL is invalid.
* `1004`: Could not parse data.
* `1005`: Could not download specific file from thread.
* `1006`: Could not write specific file from thread to disk.