You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,7 +57,7 @@ The script will crawl the site and compile a list of valid URLs into a text file
57
57
58
58
## Extra Info
59
59
60
-
* To change the default file output location, edit line #21. **Default**: `~/Desktop`
60
+
* To change the default file output location, edit line #7. **Default**: `~/Desktop`
61
61
62
62
* Ensure that you enter the correct protocol and subdomain for the URL or the outputted file may be empty or incomplete. For example, entering the incorrect, HTTP, protocol for [https://adamdehaven.com](https://adamdehaven.com) generates an empty file. Entering the proper protocol, HTTPS, allows the script to successfully run.
63
63
@@ -84,4 +84,4 @@ The script will crawl the site and compile a list of valid URLs into a text file
84
84
* /wp-json/
85
85
* xmlrpc
86
86
87
-
* To change or edit the regular expressions that filter out some pages, directories, and file types, you may edit lines #27 through #36. **Caution**: If you're not familiar with grep and regular expressions, you can easily break the script.
87
+
* To change or edit the regular expressions that filter out some pages, directories, and file types, you may edit lines #35 through #44. **Caution**: If you're not familiar with grep and regular expressions, you can easily break the script.
0 commit comments