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.
- Host: GitHub
- URL: https://github.com/layerex/2ch-downloader
- Owner: Layerex
- License: gpl-3.0
- Created: 2022-04-25T08:50:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:12:56.000Z (almost 3 years ago)
- Last Synced: 2025-03-10T23:07:52.548Z (7 months ago)
- Topics: 2ch, downloader
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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] URLDownload all files of 2ch.hk thread.
positional arguments:
URL Thread urloptions:
-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
```