Thread: More Greek news
View Single Post
Old 03-25-2011, 02:53 PM   #4
michalis108
Junior Member
michalis108 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2011
Device: Kindle 3G
Hello everyone,
I just got a kindle a few days ago. So I'm quite new to all this ebook/recipe/fetching thing lol.
So, I'm trying to set up a recipe to fetch news from a greek website. The rss feed they give is

http://rss.in.gr/feed/news/greece/

I also tried with feedburber (which solved some problems with blog feeds)

http://feeds.feedburner.com/in/ZuUR

The problem I face is that all the articles don't show up in the MOBI file. Titles and other links etc are there but not the actual article...

One of the recipes I tried is this:


Spoiler:
class AdvancedUserRecipe1301072739(BasicNewsRecipe):
title = u'In.gr News'
oldest_article = 2
max_articles_per_feed = 100

feeds = [(u'Ελλάδα', u'http://rss.in.gr/feed/news/greece/'),
(u'Κόσμος', u'http://rss.in.gr/feed/news/world/'),
(u'Επιστήμη', u'http://rss.in.gr/feed/news/science/'),
(u'Οικονομία', u'http://rss.in.gr/feed/news/economy/'),
(u'Πολιτισμός', u'http://rss.in.gr/feed/news/culture/')]


Can anyone help me identify where the problem lies?

thanks in advance

Mike
michalis108 is offline   Reply With Quote