« get me outta code hell

Crawl-http note - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/crawl-http.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-08-04 18:12:18 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-04 18:12:18 -0300
commit9dce2bac1a4d6e8e5f1a37edfa92e2d9c1b7d0e7 (patch)
treeb37de2f718b4f6e66853cc59e2a74efd06c82818 /src/crawl-http.js
parent3b62e1aefa8606165f60e4ae269e4b90d43bac40 (diff)
Crawl-http note
Diffstat (limited to 'src/crawl-http.js')
-rwxr-xr-xsrc/crawl-http.js2
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