View Single Post
Old 02-01-2011, 03:51 PM   #4
tolyluis
Enthusiast
tolyluis doesn't littertolyluis doesn't litter
 
Posts: 49
Karma: 196
Join Date: Jan 2011
Device: Kindle 3
Quote:
Originally Posted by matthewkrieger View Post
Thanks for the quick answer.
Not at all.

Quote:
Originally Posted by matthewkrieger View Post
Do you mean the Fetch button?
Yes, sorry, i'm using the spanish version of Calibre, i just translate the icons. But, yes, is the fetch button

Quote:
Originally Posted by matthewkrieger View Post
Also do you know if there's a way for me to save my new recipe file to disk as a .recipe?
Of course, i'm working on spanish .recipes. It's (almost) impossible to do recipes without using testing properties of ebook-convert command-line, it saves a lof of time testing new recipes and is mandatory to use this command to have .recipes filed on your hard disk.

I use a free text editor called notepad-plus-plus (npp), just copy the text shown in "advanced mode" on npp and save it with .recipe extension (tip: copy exactly all the text, to avoid undesirable future errors). Make sure you use the ASCII format to the .recipe saved.

Tip: You can group various rss blogs (by themes for example) in a one-single recipe, for example:
Code:
class AdvancedUserRecipe1296246973(BasicNewsRecipe):
    title          = u'My Blogs'
    oldest_article = 150
    max_articles_per_feed = 100

    feeds          = [
                           (u'Guerra Eterna', u'http://www.guerraeterna.com/index.xml')
                          ,(u'El Teleoperador', u'http://elteleoperador.blogspot.com/feeds/posts/default?alt=rss')
                          ,(u'La Aldea Irreductible', u'http://feeds2.feedburner.com/LaAldeaIrreductible')
                       ]
tolyluis is offline   Reply With Quote