From 6a1259aa7d70815e274e34eeec75116af6e19cb1 Mon Sep 17 00:00:00 2001 From: Simon Weald Date: Thu, 6 Sep 2018 17:33:10 +0100 Subject: [PATCH] update plans to add gzip encoding --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 9adf763..5519084 100644 --- a/notes.md +++ b/notes.md @@ -12,3 +12,4 @@ * ~~remove base url from initial urls with and without trailing slash~~ * investigate using [tldextract](https://github.com/john-kurkowski/tldextract) to match urls * ~~implement parsing of [robots.txt](http://docs.w3cub.com/python~3.6/library/urllib.robotparser/)~~ + * investigate [gzip encoding](https://stackoverflow.com/questions/36383227/avoid-downloading-images-using-beautifulsoup-and-urllib-request) \ No newline at end of file