From dfbacde1fdb95452233308731c0670abf3ac94bf Mon Sep 17 00:00:00 2001 From: Philipp Tanlak Date: Thu, 12 Oct 2023 18:57:21 +0200 Subject: Replace v8go with goja --- js/flyscrape.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 js/flyscrape.js (limited to 'js/flyscrape.js') 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, -}; -- cgit v1.2.3