index
:
flyscrape
docs
golib
master
Flyscrape is a command-line web scraping tool designed for those without advanced programming skills.
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
js
/
flyscrape.js
blob: f1bff4152f3bafd4ee929ecd78810c65bcc49aff (
plain
) (
tree
)
a9b61f8
1
2
3
4
5
const cheerio = require('cheerio'); module.exports = { parse: cheerio.load, }