|
|
#1 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: May 2014
Device: Kindle Paperwhite 2nd Generation
|
Remove captions from news feed
I am trying to remove captions from my news feed in calibre. how do i do this?
Code:
from calibre.web.feeds.news import BasicNewsRecipe
class AdvancedUserRecipe1402005755(BasicNewsRecipe):
title = u'NPR News'
__author__ = 'Vincent DiPerna'
oldest_article = 7
max_articles_per_feed = 20
remove_empty_feeds = True
auto_cleanup = True
auto_cleanup_keep = '//div[@class="thumbnail"]'
feeds = [
(u'US News' , u'http://www.npr.org/rss/rss.php?id=1003' )
,(u'World News' , u'http://www.npr.org/rss/rss.php?id=1004' )
,(u'Business' , u'http://www.npr.org/rss/rss.php?id=1006' )
,(u'Technology' , u'http://www.npr.org/rss/rss.php?id=1019' )
,(u'Sports' , u'http://www.npr.org/rss/rss.php?id=1055' )
,(u'Space' , u'http://www.npr.org/rss/rss.php?id=1026' )
,(u'Environment' , u'http://www.npr.org/rss/rss.php?id=1025' )
,(u'Education' , u'http://www.npr.org/rss/rss.php?id=1013' )
]
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove unwanted news feed | MacNala | Recipes | 2 | 07-28-2013 05:50 AM |
| Wrong rendering of captions in "Le Devoir" news feed | PoP | Recipes | 2 | 01-29-2011 03:29 PM |
| how to remove already pulled feed items? | MarcDK | Calibre | 2 | 11-12-2010 10:30 AM |
| how to remove Table of Contents at the end of news feed | TonytheBookworm | Calibre | 4 | 09-21-2010 11:19 AM |
| How to remove dates from news feed | vega07 | Calibre | 11 | 07-26-2010 07:25 PM |