diff --git a/TODO b/TODO index aaffa33d..8d0fac41 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ Possible improvements people could work on: +- update python download link (2.4.2) + +- [FEATURE] postmortem debugging with pdb.pm() + - [BUGFIX] The URL in the log output is double normed. - [BUGFIX] when an URL is found in the cache and it has a broken anchor, @@ -13,3 +17,7 @@ Possible improvements people could work on: - [FEATURE] Option to save downloaded pages. This could also be used to build an internal cache, however there are already a plethora of caching proxies we could use for that. + +> One other problem that I've noticed is that the ignore parameters from the +> configuration file are not used and that both the url-not-normed and the +> url-unnormed do not work as well.