readability integration
This commit is contained in:
parent
5d5f95725f
commit
ef0e404b90
7 changed files with 2113 additions and 1 deletions
|
|
@ -83,5 +83,10 @@
|
|||
body: new FormData(form),
|
||||
})
|
||||
},
|
||||
crawl: function(url) {
|
||||
return fetch('/page?url=' + url).then(function(res) {
|
||||
return res.text()
|
||||
})
|
||||
}
|
||||
}
|
||||
})()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue