View Single Post
Old 03-14-2010, 11:03 PM   #9
bthoven
Evangelist
bthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enoughbthoven will become famous soon enough
 
bthoven's Avatar
 
Posts: 475
Karma: 590
Join Date: Aug 2009
Location: Bangkok, Thailand
Device: Kindle Paperwhite
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?
bthoven is offline   Reply With Quote