Hi Starson17,
Your script works, ie. the photos come, but also many other hyperlinks.
Here is the default script when I simply create it from Calibre gui without any modification, and it show only the feed content without photos:
class AdvancedUserRecipe1268622019(BasicNewsRecipe):
title = u'Science Daily - Space & Time (calibre default)'
oldest_article = 7
max_articles_per_feed = 100
feeds = [(u'Science Daily - Space & Time (calibre default)', u'http://www.sciencedaily.com/rss/space_time.xml')]
What are the key coding differences which pull out the photos in your script?
|