View Single Post
Old 02-17-2010, 05:04 AM   #12
Manichean
Wizard
Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Manichean is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Manichean's Avatar
 
Posts: 3,130
Karma: 91256
Join Date: Feb 2008
Location: Germany
Device: Cybook Gen3
Quote:
Originally Posted by ischeriad View Post
Code:
< self.title = self.title + ' ' + self.tag_to_string(h4)
> self.title = self.title + ' ' + re.sub('Ausgabe ', '', self.tag_to_string(h4))
Code:
< self.cover_url = a.img['src']
> self.cover_url = re.sub('icon_', '', a.img['src'])
These two fixes don't work for me. Calibre complains that it doesn't know 'a' and 're'. I didn't take a look at the rest of the recipe code, but it doesn't seem these objects are created anywhere within it's scope.

(Edited for fixing embarrasingly broken quote tags.)

Last edited by Manichean; 02-19-2010 at 04:08 AM.
Manichean is offline   Reply With Quote