View Single Post
Old 11-08-2010, 03:28 PM   #6
marbs
Zealot
marbs began at the beginning.
 
Posts: 122
Karma: 10
Join Date: Jul 2010
Device: nook
still dont understand what you want exactly, but try this:

Code:
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')] 
   def print_version(self, url):
      url='http://www.mocv.mv.com/webend.html'
      return url
marbs is offline   Reply With Quote