View Single Post
Old 02-27-2010, 12:48 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,633
Karma: 28549046
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You can do this by editing the builtin recipe to create a custom one just add

remove_tags = [dict(name='img')]

to the built-in recipe. If it already has a remove_tags, add

,dict(name='img')

to the end of the existing list.
kovidgoyal is offline   Reply With Quote