View Single Post
Old 01-20-2008, 05:29 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,585
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You can just have the get_feeds function return the feed URL like this

Code:
def get_feeds(self):
  return [('NWANews', 'http://feeds.feedburner.com/nwanewsall')]
kovidgoyal is offline   Reply With Quote