Ask HN: How to archive online articles
Often, after reading an article online, I want to be able to archive the contents of the article for future reference or to add notes. Obviously I could just save the webpage, but I was wondering if anyone knows of a service or application that can extract the contents of a online article (ideally into a text-based format like markdown).
5 comments
[ 4.1 ms ] story [ 23.4 ms ] threadhttp://archive.is/
(or at least, it does in non Firefox browsers. Seems uBlock and this site are conflicting at the moment).
You can also do the same thing with the Internet Archive itself:
https://archive.org/web/
Just enter the link into the lower right text box, and click 'save page'.
There are others too, as well as tools you can download to locally save articles (or whole websites) for future reference.
python -m readability.readability -u file:///foo.html | lynx -dump -stdin
produces a pretty nice text format.