View Single Post
Old 11-09-2010, 11:29 AM   #11
KRorschachZ
Update
KRorschachZ doesn't litterKRorschachZ doesn't litterKRorschachZ doesn't litter
 
KRorschachZ's Avatar
 
Posts: 100
Karma: 212
Join Date: Nov 2010
Device: kindle DX graphite, we need update/firmware with optios PDF Kindle 3
Quote:
Originally Posted by Starson17 View Post
What don't you understand? Content in an RSS feed is said to be "embedded" in the feed when you can read it on the feed page without needing to follow a link to another page (usually an article, but sometimes it's an audio/video file). Most of the time the feed page has a short summary of what will be found at the link and most recipes set use_embedded_content = False.

If you want to prevent the recipe from following the link, you set use_embedded_content = True.
OK, now yes understand now..., but I thought that "in my example", (link pdf)...

Spoiler:
Quote:
class AdvancedUserRecipe1289246400(BasicNewsRecipe):
title = u'RSS sumary not access file pdf link'
oldest_article = 7
max_articles_per_feed = 100

feeds = [(u'Start page info', u'http://www.gobcantabria.es/rss/fichero93.xml'), (u'Info news only dates and first text', u'http://www.gobcantabria.es/rss/fichero94.xml')]


insert use_embedded_content = false. (false of not read, not jump link)....

But see img when insert your code:
Attached Thumbnails
Click image for larger version

Name:	RSS crask not link pdf.JPG
Views:	370
Size:	24.8 KB
ID:	60914  

Last edited by KRorschachZ; 11-09-2010 at 10:19 PM.
KRorschachZ is offline   Reply With Quote