Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 02-10-2015, 06:17 PM   #1
doctore
Junior Member
doctore began at the beginning.
 
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)
doctore is offline   Reply With Quote
Old 02-10-2015, 09:46 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: 43,856
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Turn off auto_cleanup and use keep_only_tags/remove_tags
kovidgoyal is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
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


All times are GMT -4. The time now is 01:34 PM.


MobileRead.com is a privately owned, operated and funded community.