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 04-21-2011, 06:57 AM   #1
DarkElf
Junior Member
DarkElf began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Apr 2011
Device: Kindle 3
Question Problem downloading articles...

Hi,
I have some problems downloading articles from feed like this: http://www.altroconsumo.it/altrocons...7473/cat/0.xml

Running ebook-convert with --pipeline-debug option and watching the input folder it seems that calibre download ONLY the top login bar of the article.
The recipe is very simple and no attributes like keep_only_tags or remove_tags are set, but the behaviour explained above tells me there is some problem about fetching the article.
How can I solve this problem wich affetcs all articles form this site?

You can try it yourself...

Code:
from calibre.web.feeds.news import BasicNewsRecipe

class Altroconsumo(BasicNewsRecipe):
     title          = u'Altroconsumo'
     oldest_article = 15
     use_embedded_content = False
     max_articles_per_feed = 25
     recursions = 0
     language = 'it'
     __author__ = ''
     no_stylesheets = True
     remove_javascript = True

     feeds          = [
	               (u'Ultime news',  u'http://www.altroconsumo.it/altroconsumo-ultimi-aggiornamenti-s187753/rss-p207473/cat/0.xml'),
                      ]
Please help.
Thankyou all
DarkElf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre + Instapaper not downloading all articles! Maxiboost Recipes 34 08-02-2011 08:03 AM
Problem Downloading Covers 357mag Library Management 1 03-11-2011 03:43 AM
PRS-900 problem downloading from calibre rwsmith Sony Reader 1 12-26-2009 07:38 PM
Want best reader for downloading magazine articles, almost bought jetBook for $179 brettmiller Which one should I buy? 7 01-10-2009 03:01 PM
downloading problem turtle Upload Help 1 12-26-2008 10:57 PM


All times are GMT -4. The time now is 12:31 AM.


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