home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_280 / sabah.recipe < prev    next >
Text File  |  2011-09-09  |  2KB  |  34 lines

  1. from calibre.web.feeds.news import BasicNewsRecipe
  2.  
  3. class AdvancedUserRecipe1253477125(BasicNewsRecipe):
  4.     title          = u'Sabah'
  5.     __author__ = u'Deniz O\u011fuz'
  6.     language = 'tr'
  7.     oldest_article = 1
  8.     max_articles_per_feed = 20
  9.     cover_url = 'http://www.sabah.com.tr/c/sb/i/sabah_logo.gif'
  10.     no_stylesheets = True
  11.     remove_tags = [dict(name='div', attrs={'style':['width: 200px', 'border-top: #d8d8d8 1px dotted', 'width: 200px; margin-right: 5px', 'padding-top: 1px']})]
  12.     keep_only_tags = [dict(name='div', attrs={'class':['haber line_height_def', 'haber haber_renk line_height_def']})]
  13.     extra_css      = '''
  14.                         body{font-family:Arial,Helvetica,sans-serif; font-size:small; align:left}
  15.                         h1{font-size:large;}
  16.                         .sh{font-size:large; font-weight:bold}
  17.                         .cap{font-size:xx-small; }
  18.                         .lu{font-size:xx-small; }
  19.                         .ds{font-size:xx-small; }
  20.                         .mvb{font-size:xx-small;}
  21.                         .by1{font-size:x-small;  color:#666666}
  22.                         .byd{font-size:x-small;}
  23.                      '''
  24.     feeds          = [(u'Son 24 Saat', u'http://www.sabah.com.tr/rss/Son24Saat.xml'),
  25.                       (u'Ekonomi', u'http://www.sabah.com.tr/rss/Ekonomi.xml'),
  26.                       (u'G\xfcndem', u'http://www.sabah.com.tr/rss/Gundem.xml'),
  27.                       (u'Siyaset', u'http://www.sabah.com.tr/rss/Siyaset.xml'),
  28.                       (u'Yazarlar', u'http://www.sabah.com.tr/rss/Yazarlar.xml'),
  29.                       (u'D\xfcnya', u'http://www.sabah.com.tr/rss/Dunya.xml'),
  30.                       (u'Teknoloji', u'http://www.sabah.com.tr/rss/Teknoloji.xml'),
  31.                       (u'Spor', u'http://www.sabah.com.tr/rss/Spor.xml'),
  32.                       (u'G\xfcn\xfcn \u0130\xe7inden', u'http://www.sabah.com.tr/rss/gununicinden.xml'),
  33.                       (u'Emlak', u'http://www.sabah.com.tr/rss/Emlak.xml'),]
  34.