diff options
Diffstat (limited to 'js/flyscrape.js')
| -rw-r--r-- | js/flyscrape.js | 8 |
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, -}; |