Tag Archives: feedjack

Release: Feedjack 0.9.14 - Django powered Feed aggregator

A new version of Feedjack has been released: Feedjack 0.9.14.
Changes:
Lots of fixes/improvements in feedjack_update.py:

better unicode handling on logging, this will prevent feeds not updating when using the –verbose flag
Multithreaded feed fetching, needs the threadpool module, available in http://www.chrisarndt.de/projects/threadpool/. By default 10 threads will be used, can be modified with the -w option. If the threadpool [...]