blob: 1572295551fecd11a1c4519a8ae0e5340402eb47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "chan-downloader"
description = "CLI to download all images/webms of a 4chan thread"
version = "0.1.0"
authors = ["Mariot Tsitoara <[email protected]>"]
edition = "2018"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/mariot/chan-downloader"
repository = "https://github.com/mariot/chan-downloader"
keywords = ["cli", "4chan", "download", "downloader", "crawler"]
categories = ["command-line-utilities"]
[dependencies]
clap = {version = "2.32", features = ["yaml"]}
regex = "1.1.2"
reqwest = "0.9.12"
tempdir = "0.3.7"
|