blob: 9fed1badd1df37bb664b08f2f5379f3290b048c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
name: chan-downloader
version: "0.1.1"
author: "Mariot Tsitoara <[email protected]>"
about: CLI to download all images/webms of a 4chan thread
args:
- thread:
short: t
required: true
long: thread
value_name: thread
help: URL of the thread
takes_value: true
- output:
short: o
long: output
value_name: output
help: Output directory (Default is 'downloads')
takes_value: true
|