diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-07-27 19:03:41 +0200 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-07-27 19:03:41 +0200 |
| commit | a9b61f84070cc7ca0d6e26f187c745619a91422a (patch) | |
| tree | d69b67142b6de860d7da23bd5ff8c62af0aaca1e /nodestuff/src/flyscrape.js | |
init
Diffstat (limited to 'nodestuff/src/flyscrape.js')
| -rw-r--r-- | nodestuff/src/flyscrape.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nodestuff/src/flyscrape.js b/nodestuff/src/flyscrape.js new file mode 100644 index 0000000..f1bff41 --- /dev/null +++ b/nodestuff/src/flyscrape.js @@ -0,0 +1,5 @@ +const cheerio = require('cheerio'); +module.exports = { + parse: cheerio.load, +} + |