View Single Post
Old 04-06-2011, 08:57 AM   #10
audreypots
Member
audreypots began at the beginning.
 
audreypots's Avatar
 
Posts: 10
Karma: 10
Join Date: Apr 2011
Device: Kindle
Quote:
Originally Posted by Starson17 View Post
Post your recipe. Use CODE and SPOILER tags. I'll take a look. As to what you can do to fix it, you have to find out the problem. Now we know it's the site, and not your recipe removing a tag that contains the image. As to what the problem is: "(It could be cookies, scripting problems, headers, login authentication, etc.)."

Hi,

This is my code, I am afraid it's very basic:

Spoiler:
Code:
class AdvancedUserRecipe1301845915(BasicNewsRecipe):
    title          = u'My San Antonio Spurs'
    oldest_article = 1
    max_articles_per_feed = 100
    cover_url           = 'http://blog.mysanantonio.com/spursnation/wp-content/themes/niche-site-spurs/images/logo.png'

    feeds          = [(u'My San Antonio Spurs', u'http://blog.mysanantonio.com/spursnation/feed/')]

    #keep_only_tags = [dict(name='div',attrs={'class':'post-contents clearfix'})]
audreypots is offline   Reply With Quote