diff options
author | Florrie <towerofnix@gmail.com> | 2017-08-04 18:12:18 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2017-08-04 18:12:18 -0300 |
commit | 9dce2bac1a4d6e8e5f1a37edfa92e2d9c1b7d0e7 (patch) | |
tree | b37de2f718b4f6e66853cc59e2a74efd06c82818 /src | |
parent | 3b62e1aefa8606165f60e4ae269e4b90d43bac40 (diff) |
Crawl-http note
Diffstat (limited to 'src')
-rwxr-xr-x | src/crawl-http.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crawl-http.js b/src/crawl-http.js index 826e4d5..4925f12 100755 --- a/src/crawl-http.js +++ b/src/crawl-http.js @@ -153,6 +153,8 @@ async function main(args) { return } + // Should be 'topURL' or something (also change 'absURL'). We don't want to + // shadow 'const url = require(..)'. const url = args[0] let maxDownloadAttempts = 5 |