View Single Post
Old 10-24-2010, 08:57 AM   #1
rogal
Junior Member
rogal began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Oct 2010
Device: Kindle
webhosting.pl recipe

Webhosting.pl portal recipe:

Code:
class WebhostingPL(BasicNewsRecipe):
   title          = u'Webhosting.pl'
   oldest_article = 7
   max_articles_per_feed = 100

   feeds          = [(u'Webhosting.pl', u'http://webhosting.pl/feed/rss/all')]

   def print_version(self, url):
      return url.replace('http://webhosting.pl/',
'http://webhosting.pl/print/')

Last edited by rogal; 10-24-2010 at 08:59 AM.
rogal is offline   Reply With Quote