View Single Post
Old 08-16-2011, 04:59 PM   #2
oneillpt
Connoisseur
oneillpt began at the beginning.
 
Posts: 63
Karma: 46
Join Date: Feb 2011
Device: Kindle 3 (cracked screen!); PW1; Oasis
Quote:
Originally Posted by remaille View Post
Hi,

I am using calibre 0.8.14 on Ubuntu 11.04.
Fecth news works properly but it seems not to downlad *.PNG files.
Example with this feed :
http://images.math.cnrs.fr/spip.php?page=backend
article with *.png file is the following :
http://images.math.cnrs.fr/L-Argumen...pse-selon.html
example of *.png not showed in the *.epub :
http://images.math.cnrs.fr/IMG/png/biscuits_03.png

Do you have a hint ? Do i need to modify receipe properly ? Where ?
Thanks a lot
I cannot offer an explanation or a real solution, but an immediate quick fix:

On Windows at least the command line version, ebook-convert, does extract these PNGs, while the GUI version fails just as you describe. The recipe I used, created in basic mode, is:

Code:
class AdvancedUserRecipe1313432175(BasicNewsRecipe):
    title          = u'math.cnrs.fr'
    oldest_article = 7
    max_articles_per_feed = 100

    feeds          = [(u'math.cnrs.fr', u'http://images.math.cnrs.fr/spip.php?page=backend')]
oneillpt is offline   Reply With Quote