diff options
| author | ryanss | 2015-01-12 23:59:00 -0500 |
|---|---|---|
| committer | ryanss | 2015-01-12 23:59:00 -0500 |
| commit | 7151ac23fd2f2e04c69d1fb642081201c8a16ce6 (patch) | |
| tree | 244632b642feb987263b5afe9e0d5e0ef265dbd4 /plugin/readability/__init__.py | |
| parent | 0e72d030addb30976089a98bbfaffdc0f10eacd7 (diff) | |
| download | vim-hn-7151ac23fd2f2e04c69d1fb642081201c8a16ce6.tar.gz | |
Add readability parsing for reading linked pages
Diffstat (limited to 'plugin/readability/__init__.py')
| -rwxr-xr-x | plugin/readability/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/readability/__init__.py b/plugin/readability/__init__.py new file mode 100755 index 0000000..f554b39 --- /dev/null +++ b/plugin/readability/__init__.py @@ -0,0 +1,2 @@ +from readability import Document, main +from page_parser import ascii, Unparseable |
