View Single Post
Old 01-26-2012, 01:35 AM   #1
DisasterArea
Junior Member
DisasterArea began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2012
Device: none
headline of first article is shown, furthers are not in the article pages

Hallo,

I have made a simple custom recipe and after download this feed, the table of content lists all headlines. But when I go to the full article, there is just a headline in the first article, all further articles have no headline. I use the preview in calibre to observe it.

When I take a look at the original web page of the article, headlines are tagged with the h1 html tag, so nothing special. So calibre recognizes the headline for the first article, but for the furthers not.

How to solve this?

Here is my german recipe:
class AdvancedUserRecipe1327471295(BasicNewsRecipe):
title = u'B.U.N.D'
oldest_article = 4
max_articles_per_feed = 100
auto_cleanup = True
no_stylesheets = True

feeds = [(u'B.U.N.D. Bundesverband Pressemitteilungen', u'http://www.bund.net/presse/pressemitteilungen/newsfeed.xml')]

Help will be great.
DisasterArea is offline   Reply With Quote