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

  1. # -*- coding: utf-8 -*-
  2. __license__   = 'GPL v3'
  3. # dug from http://www.mobileread.com/forums/showthread.php?p=1012294
  4.  
  5.  
  6. from calibre.web.feeds.news import BasicNewsRecipe
  7.  
  8. class AdvancedUserRecipe1277443634(BasicNewsRecipe):
  9.     title = u'Φç¬τö▒Θ¢╗σ¡Éσá▒'
  10.     oldest_article = 1
  11.     max_articles_per_feed = 100
  12.  
  13.     feeds = [(u'τäªΘ╗₧µû░Φü₧', u'http://www.libertytimes.com.tw/rss/fo.xml'),
  14.                   (u'µö┐µ▓╗µû░Φü₧', u'http://www.libertytimes.com.tw/rss/p.xml'),
  15.                   (u'τöƒµ┤╗µû░Φü₧', u'http://www.libertytimes.com.tw/rss/life.xml'),
  16.                   (u'σ£ïΘÜ¢µû░Φü₧', u'http://www.libertytimes.com.tw/rss/int.xml'),
  17.                   (u'Φç¬τö▒σ╗úσá┤', u'http://www.libertytimes.com.tw/rss/o.xml'),
  18.                   (u'τñ╛µ£âµû░Φü₧', u'http://www.libertytimes.com.tw/rss/so.xml'),
  19.                   (u'Θ½öΦé▓µû░Φü₧', u'http://www.libertytimes.com.tw/rss/sp.xml'),
  20.                   (u'Φ▓íτ╢ôτäªΘ╗₧', u'http://www.libertytimes.com.tw/rss/e.xml'),
  21.                   (u'Φ¡ëσê╕τÉåΦ▓í', u'http://www.libertytimes.com.tw/rss/stock.xml'),
  22.                   (u'σ╜▒ΦªûτäªΘ╗₧', u'http://www.libertytimes.com.tw/rss/show.xml'),
  23.                   (u'σîùΘ⿵û░Φü₧', u'http://www.libertytimes.com.tw/rss/north.xml'),
  24.                   (u'Σ╕¡Θ⿵û░Φü₧', u'http://www.libertytimes.com.tw/rss/center.xml'),
  25.                   (u'σìùΘ⿵û░Φü₧', u'http://www.libertytimes.com.tw/rss/south.xml'),
  26.                   (u'σñºσÅ░σîùµû░Φü₧', u'http://www.libertytimes.com.tw/rss/taipei.xml'),
  27.                   (u'Φù¥Φíôµûçσîû', u'http://www.libertytimes.com.tw/rss/art.xml'),
  28.                  ]
  29.     extra_css = '''span[class='insubject1'][id='newtitle'] {font-size:200%; font-weight:bold;}'''
  30.     __author__ = 'einstuerzende, updated by Eddie Lau'
  31.     __version__ = '1.1'
  32.     language = 'zh'
  33.     publisher = 'Liberty Times Group'
  34.     description = 'Liberty Times (Taiwan)'
  35.     category = 'News, Chinese, Taiwan'
  36.     remove_javascript = True
  37.     use_embedded_content = False
  38.     no_stylesheets = True
  39.     encoding = 'big5'
  40.     conversion_options = {'linearize_tables':True}
  41.     masthead_url = 'http://www.libertytimes.com.tw/2008/images/img_auto/005/logo_new.gif'
  42.     cover_url = 'http://www.libertytimes.com.tw/2008/images/img_auto/005/logo_new.gif'
  43.     keep_only_tags = [dict(name='td', attrs={'id':['newsContent']})]
  44.  
  45.