summaryrefslogtreecommitdiff
path: root/js/flyscrape.js
diff options
context:
space:
mode:
authorPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-12 18:57:21 +0200
committerPhilipp Tanlak <philipp.tanlak@gmail.com>2023-10-12 18:57:21 +0200
commitdfbacde1fdb95452233308731c0670abf3ac94bf (patch)
tree2c8270d94f2b70a1cf44b3398f8e33d93bf87cb3 /js/flyscrape.js
parentfb84ca746e92e371161f1e1de3b01a048a9ae979 (diff)
Replace v8go with goja
Diffstat (limited to 'js/flyscrape.js')
-rw-r--r--js/flyscrape.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/flyscrape.js b/js/flyscrape.js
deleted file mode 100644
index 7acefec..0000000
--- a/js/flyscrape.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-const cheerio = require("cheerio");
-module.exports = {
- parse: cheerio.load,
-};