![]() |
#1 |
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2015
Device: Kindle Paperwhite
|
rss feed is downloading sidebar content instead
This is most awkard bug
I have custom news source with this: Code:
#!/usr/bin/env python # vim:fileencoding=utf-8 from __future__ import unicode_literals, division, absolute_import, print_function from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1420288667(BasicNewsRecipe): title = 'Stormblåst' oldest_article = 31 max_articles_per_feed = 100 auto_cleanup = True feeds = [ ('blasfemias', 'http://blasfemias.net/feed/'), ('insur', 'http://feeds.feedburner.com/oinsurgente/wqES'), ('pc', 'http://portugalcontemporaneo.blogspot.com/feeds/posts/default'), ('bsc', 'http://feeds.feedburner.com/blogspot/sIFc'), ] Problem is bsc, feed is from balancedscorecard.blogspot.pt Calibre can obtain the titles correctly but for some reason it ignores the post content and gets the sidebar instead, for every post (which isn't even on display from the feed) |
![]() |
![]() |
![]() |
#2 |
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,164
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
Turn off auto_cleanup and use keep_only_tags/remove_tags
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Accessing RSS feed | xtepn01 | Recipes | 11 | 04-21-2011 04:10 PM |
RSS Feed | timezone | Feedback | 8 | 01-02-2010 06:55 PM |
Newsimages.com RSS Feed | Alexander Turcic | Lounge | 0 | 08-27-2004 03:25 PM |
RSS Feed Updates | Alexander Turcic | Announcements | 0 | 06-11-2004 04:11 PM |