An open API service indexing awesome lists of open source software.

https://github.com/layerex/2ch-downloader

Download all files of 2ch.hk thread.
https://github.com/layerex/2ch-downloader

2ch downloader

Last synced: 7 months ago
JSON representation

Download all files of 2ch.hk thread.

Awesome Lists containing this project

README

          

# 2ch-downloader

Download all files of 2ch.hk thread.

## Installation

``` sh
pip install 2ch-downloader
```

## Usage

```
usage: 2ch-downloader [-h] [-d DIRECTORY] [--max-directory-name-length LENGTH] URL

Download all files of 2ch.hk thread.

positional arguments:
URL Thread url

options:
-h, --help show this help message and exit
-d DIRECTORY, --directory DIRECTORY
Download directory
--max-directory-name-length LENGTH
Max thread directory name length, 128 by default
```