Thread: vBulletin
View Single Post
Old 05-23-2011, 11:44 AM   #9
wintoid
Junior Member
wintoid began at the beginning.
 
Posts: 5
Karma: 10
Join Date: May 2011
Device: Kindle 3
Great! Now my recipe looks like this:

class AdvancedUserRecipe1305902518(BasicNewsRecipe):
title = u'Rangefinder Forum'
oldest_article = 7
max_articles_per_feed = 100

feeds = [(u'RFF', u'http://www.rangefinderforum.com/forums/external.php?type=rss2')]
use_embedded_content= False
keep_only_tags = [dict(name='div', attrs={'id':'posts'})]

However, the problem now is that the RSS is only returning 15 articles, but how has it determined that 15 is "since I last read it"?
wintoid is offline   Reply With Quote