Thread: phys.org Recipe
View Single Post
Old 09-13-2013, 11:28 PM   #1
sacksam
Junior Member
sacksam began at the beginning.
 
Posts: 2
Karma: 10
Join Date: May 2009
Device: N810
phys.org Recipe

I created a recipe for phys.org. I get the text but no images. I included the recipe. Is there something else I need to do to get the images?
Thanks

from calibre.web.feeds.news import BasicNewsRecipe

class Physorg(BasicNewsRecipe):
title = u'Physorg'
language = 'en'
description = u'Phys.org internet news portal provides the latest news on science including: Physics, Nanotechnology, Life Sciences, Space Science, Earth Science, Environment, Health and Medicine.'
__author__ = 'seird'
publisher = u'phys.org'
oldest_article = 7
max_articles_per_feed = 40
auto_cleanup = True
no_stylesheets = True
use_embedded_content = False
remove_empty_feeds = True


feeds = [(u'Physorg ', u'http://phys.org/rss-feed/')]
sacksam is offline   Reply With Quote