update with changes
This commit is contained in:
6
notes.md
6
notes.md
@@ -6,11 +6,11 @@
|
|||||||
* ~~return false once the set is empty~~
|
* ~~return false once the set is empty~~
|
||||||
* ~~`WebPage.parse_urls()` needs to compare startswith to base url~~
|
* ~~`WebPage.parse_urls()` needs to compare startswith to base url~~
|
||||||
* ~~ignore any links which aren't to pages~~
|
* ~~ignore any links which aren't to pages~~
|
||||||
* better url checking to get bare domain
|
* ~~better url checking to get bare domain~~ #wontfix
|
||||||
* remove trailing slash from any discovered url
|
* ~~remove trailing slash from any discovered url~~
|
||||||
* ~~investigate lxml parser~~
|
* ~~investigate lxml parser~~
|
||||||
* ~~remove base url from initial urls with and without trailing slash~~
|
* ~~remove base url from initial urls with and without trailing slash~~
|
||||||
* investigate using [tldextract](https://github.com/john-kurkowski/tldextract) to match urls
|
* ~~investigate using [tldextract](https://github.com/john-kurkowski/tldextract) to match urls~~ #wontfix
|
||||||
* ~~implement parsing of [robots.txt](http://docs.w3cub.com/python~3.6/library/urllib.robotparser/)~~
|
* ~~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)
|
* investigate [gzip encoding](https://stackoverflow.com/questions/36383227/avoid-downloading-images-using-beautifulsoup-and-urllib-request)
|
||||||
* implement some kind of progress display
|
* implement some kind of progress display
|
||||||
|
|||||||
Reference in New Issue
Block a user