html2text - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
html2text (94B) | |
--- | |
1 #!/bin/sh | |
2 | |
3 lynx \ | |
4 -dump \ | |
5 -stdin \ | |
6 -nomargins \ | |
7 -display_charset="utf-8" \ | |
8 -image_links | |
9 |