From a9b61f84070cc7ca0d6e26f187c745619a91422a Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Thu, 27 Jul 2023 19:03:41 +0200 Subject: init --- nodestuff/src/flyscrape.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nodestuff/src/flyscrape.js (limited to 'nodestuff/src/flyscrape.js') 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, +} + -- cgit v1.2.3