We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5c315 commit 90ab2abCopy full SHA for 90ab2ab
.gitignore
@@ -2,3 +2,5 @@ node_modules
2
npm-debug.log
3
.ds_store
4
shots
5
+config/
6
+spider.txt
config/chrome.json
@@ -1,7 +1,7 @@
1
{
"project": "Test",
"domains": [
- "http://www.adt.co.uk",
+ "http://www.bbc.co.uk",
"http://www.live.bbc.co.uk"
],
7
"engines" : [
@@ -12,7 +12,11 @@
12
"768",
13
"1440"
14
15
- "spider": "./spider.txt",
+ "paths": [
16
+ "/",
17
+ "/tv",
18
+ "/weather"
19
+ ],
20
"outputDir": "shots/bbc",
21
"maxConnections": 20
22
}
0 commit comments