rubys / venus

Planet Venus is an awesome ‘river of news’ feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first.
http://intertwingly.net/code/venus/docs/index.html
Other
273 stars 99 forks source link

Coercedates plugin with fixes to spider.py allowing filters to modify the updated date #16

Open hossman opened 12 years ago

hossman commented 12 years ago

the coercedates branch of my fork includes a new "coercedates" plugin that handles the logic i described wanting in issue #15, along with the (minimal) changes to spider.py necessary to allow filters to modify the "updated" date of an entry and have spider.py respect that change when setting the mtime for sorting entries.

Tests included

hossman commented 12 years ago

Hmmm... ok, so bfacbc24d5443899a6c7daaab801b79996b400fd is totally unrelated ... apparently i merged that into my coercedates branch w/o realizing it.

sorry for the noise.