1 个稳定版本
1.0.0 | 2022 年 11 月 17 日 |
---|
#12 in #markdown-converter
18KB
366 代码行
readable_url
这是一个简单的命令行工具,它接受一个 URL,下载它,通过 arc90 Redability 算法进行处理,可选择将其转换为 Markdown 格式,并将结果发送到标准输出。
USAGE: readable_url <-m|-h> <url/to/convert>
-m output markdown
-h output html
Downloads the specified url, runs it through
the readability algorithm, optionally converts to markdown
and prints the result to standard out.");
安装
需要 Rust 和它关联的 cargo
工具。
cargo install readable_url
许可
MIT 查看 LICENSE.md
依赖项
~11–25MB
~390K SLoC