summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/template.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/template.js b/js/template.js
index 82196f0..1a030e5 100644
--- a/js/template.js
+++ b/js/template.js
@@ -1,6 +1,6 @@
import { parse } from 'flyscrape';
-export const options = {
+export const config = {
url: 'https://news.ycombinator.com/', // Specify the URL to start scraping from.
depth: 0, // Specify how deep links should be followed. (default = 0, no follow)
allowedDomains: [], // Specify the allowed domains. ['*'] for all. (default = domain from url)