hs-scraper 0.1.1

Mag link scraper for horriblesubs.info
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hs-scraper"
version = "0.1.1"
authors = ["Jacky Zhen <jacky.s.zhen@gmail.com>"]
description = "Mag link scraper for horriblesubs.info"
license = "MIT"
homepage = "https://github.com/jackyzhen/hb-scraper"
repository = "https://github.com/jackyzhen/hb-scraper"
readme = "README.md"

[[bin]]
bench = false
path = "src/main.rs"
name = "hsc"

[dependencies]
reqwest = "0.8.6"
select = "0.4.2"