Store the Last-Modified time as received from the webserver.
authorMagnus Hagander <magnus@hagander.net>
Tue, 24 Aug 2010 13:24:02 +0000 (15:24 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 24 Aug 2010 13:24:02 +0000 (15:24 +0200)
commit5698f2c8b93b8924f7bf0c18af5f65a0bac0dcaf
tree2787b49a61cc386955db89c43797be1534eaf91a
parent4b2b2d07bc6e4e4857af5c142a37a35e00a9bd1e
Store the Last-Modified time as received from the webserver.

Use this for If-Modified-Since, instead of just using the timestamp
of the latest blog post found.

This should keep us from pulling the full feed from any blog that
has modified the contents of a post (or comments) without updating
the post date/GUID.
aggregator.py