Thread
:
Feature request: Turn off images in feeds
View Single Post
02-27-2010, 12:48 PM
#
2
kovidgoyal
creator of calibre
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
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS