Closed tewe closed 10 years ago
There is a copy/paste error in fetcher.py: modified_on instead of modified_since. Nobody noticed as it isn't used anywhere.
It looks like none of the various ETag occurences has tests.
Yep, I'm refactoring that portion of the fetcher code to implement #6 so I didn't bother to fix that.
I've refactored the code to always use new fetch_url function instead of that dumb check_url.
There is a copy/paste error in fetcher.py: modified_on instead of modified_since. Nobody noticed as it isn't used anywhere.
It looks like none of the various ETag occurences has tests.