From e3f81170144166430b0aedd15da85e4bf99aa493 Mon Sep 17 00:00:00 2001 From: cyian-1756 Date: Sat, 10 Mar 2018 20:20:15 -0500 Subject: [PATCH] Noted that normalizeUrl is Optional --- How-To-Create-A-Ripper-for-HTML-websites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-To-Create-A-Ripper-for-HTML-websites.md b/How-To-Create-A-Ripper-for-HTML-websites.md index a0ca1bc..9e08136 100644 --- a/How-To-Create-A-Ripper-for-HTML-websites.md +++ b/How-To-Create-A-Ripper-for-HTML-websites.md @@ -126,7 +126,7 @@ Throws: `IOException` if no next page can be retrieved. --- -#### String normalizeUrl(String url) +#### String normalizeUrl(String url) // Optional! Returns: The url that will be either written to or checked against the url history