From 225fd8b3eab6e3aaca1ce509d814644ae114e6e9 Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Sun, 9 Sep 2018 10:22:03 +0100 Subject: [PATCH] update with changes --- notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes.md b/notes.md index 97db6d2..361e86c 100644 --- a/notes.md +++ b/notes.md @@ -1,7 +1,7 @@ ## Thoughts * ~~strip hashes and everything following (as they're in-page anchors)~~ - * strip args + * ~~strip args~~ * ~~use `pop()` on the set instead of `.remove()`~~ * ~~return false once the set is empty~~ * ~~`WebPage.parse_urls()` needs to compare startswith to base url~~