Thread: Series Tag
View Single Post
Old 07-13-2012, 03:14 AM   #3
us06154
Member
us06154 began at the beginning.
 
us06154's Avatar
 
Posts: 11
Karma: 10
Join Date: Jun 2012
Location: London, Ontario
Device: KOBO wi-fi
Syntax Error?

Thanks Kovid,

I tried inserting the code, but when saving the recipe, it bails out with an error: (BTW, timefmt works,, thanks for the tip.)

class sundayLeader(BasicNewsRecipe):
cover_url = 'http://www.johnsilva.ca/covers/sleadercov.jpg'
title = u'Sunday Leader'
timefmt = ' [%Y, %m %d, %a]'
publisher = 'Sunday Leader'
conversion_options = {'series':'News Articles', series_index: 2}
description = u"News Articles from Sunday Leader Website"
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

feeds = [(u'News', u'http://www.thesundayleader.lk/feed/')]

=== Error ======
calibre, version 0.8.58
ERROR: Invalid input: <p>Could not create recipe. Error:<br>name 'series_index' is not defined
us06154 is offline   Reply With Quote