new option to ignore links on feeds
This commit is contained in:
@@ -93,6 +93,8 @@ class Entry(Base):
|
||||
h2t = html2text.HTML2Text()
|
||||
h2t.body_width = 0
|
||||
h2t.inline_links = False
|
||||
if feed.html2textignorelinks:
|
||||
h2t.ignore_links = True
|
||||
if feed.html2textignoreimages:
|
||||
h2t.ignore_images = True
|
||||
if feed.contentcolumn == 'summary' and self.summary:
|
||||
|
Reference in New Issue
Block a user