hi,
i think the code is correct but sometimes the same articel is present at non print-url.
in fetch details i can see that only print-url is downloaded.
any suggestions
Code:
title = u'Focus.de - online1'
__author__ = 'schuster'
oldest_article = 5
max_articles_per_feed = 5
no_stylesheets = True
use_embedded_content = False
language = 'de'
remove_javascript = True
# recursion = 0
def get_article_url(self, article):
raw = article.get('guid', None)
final = raw + '?drucken=1'
return final
feeds = [(u'Focus online', u'http://rss2.focus.de/c/32191/f/443315/index.rss')]