View Single Post
Old 09-15-2009, 01:51 AM   #733
danielc
Junior Member
danielc began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2009
Device: none
THanks GRiker,

THe problems is now it just show the content and after click into the pages, it cant show the picture and only get the words out.

Can give me a lesson on it too ? so thanks ...

Daniel


Quote:
Originally Posted by GRiker View Post
danielc:

The problem is that calibre doesn't recognize 'feed://' as a valid url source. I replaced it with 'http://' and the recipe correctly downloads content from the site.

Code:
class AdvancedUserRecipe1252944534(BasicNewsRecipe):
    title          = u"Jamie's Recipes"
    oldest_article = 7
    max_articles_per_feed = 5

    feeds          = [(u"Jamie's Daily Recipe", u'http://rss.feedsportal.com/c/32402/f/467087/index.rss')]
Kovid, is it possible to recognize 'feed://' as a valid url prefix?

G
danielc is offline