8000 GitHub - frnsys/stash: save web articles to epub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

frnsys/stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stash

This is a web article extractor that outputs epubs.

For automatic extraction it uses dom_smoothie. For manual extraction you can define CSS selectors for each field in ~/.config/stash/sites.toml:

["somedomain.com"]
title = ".content h2"
body = ".content .main"
authors = ".content .bylines"
date = ".content .published_at"

You also need to create ~/.config/stash/config.toml and define the output directory:

output_dir = "~/docs/articles"

Then to use:

stash <url>

About

save web articles to epub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0