|
|
#1 |
|
Junior Member
![]() Posts: 6
Karma: 10
Join Date: Apr 2011
Device: Kindle 3
|
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'),
]
Thankyou all |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calibre + Instapaper not downloading all articles! | Maxiboost | Recipes | 34 | 08-02-2011 09:03 AM |
| Problem Downloading Covers | 357mag | Library Management | 1 | 03-11-2011 04:43 AM |
| PRS-900 problem downloading from calibre | rwsmith | Sony Reader | 1 | 12-26-2009 08:38 PM |
| Want best reader for downloading magazine articles, almost bought jetBook for $179 | brettmiller | Which one should I buy? | 7 | 01-10-2009 04:01 PM |
| downloading problem | turtle | Upload Help | 1 | 12-26-2008 11:57 PM |