Hi All,
First of all, thanks for this great site!
I am in need of a recipe for the Turkish Left news website
www.sendika.org.
I hope it will be pretty easy.
This simple code produces a list of cleaned-up articles.
title = u'Sendika.org'
oldest_article = 2
max_articles_per_feed = 40
auto_cleanup = True
feeds = [(u'Sendika.org', u'http://www.sendika.org/feed')]
My problem, however, is that calible downloads only the last 10 articles and no more. I tried to fix this but this it out to be beyond my near-none coding skills.
Many thanks!
(P.s.: Also would be grateful for codes of similar sites in Turkish apart from the ones in the Calibre list (we need a new code for Birgün by the way. The one in the default Calibre list does not work)).