View Single Post
Old 01-07-2013, 02:44 PM   #14
scissors
Addict
scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.scissors ought to be getting tired of karma fortunes by now.
 
Posts: 241
Karma: 1001369
Join Date: Sep 2010
Device: prs300, kindle keyboard 3g
As a tester I tried feed43.

URL http://www.wired.co.uk/news/rss

repeatable pattern
<guid>{%}</guid>{*}</link>{*}<title>{%}</title>

this gave

http://feed43.com/8776136547103340.xml which I put into a basic news recipe

Spoiler:
Code:
class AdvancedUserRecipe1357584961(BasicNewsRecipe):
    title          = u'Wired UK new'
    oldest_article = 7
    max_articles_per_feed = 100
    auto_cleanup = True

    feeds          = [
        		(u'News',u'http://feed43.com/8776136547103340.xml')
	        ]
scissors is offline   Reply With Quote