Update PC World

This commit is contained in:
Kovid Goyal 2013-08-01 08:27:30 +05:30
parent d62006bc11
commit 49eb89a59a

View File

@ -60,28 +60,26 @@ class pcWorld(BasicNewsRecipe):
#dict(name='p', attrs={'id':'userDesire'}) #dict(name='p', attrs={'id':'userDesire'})
#] #]
feeds = [ feeds = [
(u'PCWorld Headlines', u'http://feeds.pcworld.com/pcworld/latestnews'), (u'All Stories', u'http://www.pcworld.com/index.rss'),
(u'How-To', u'http://feeds.pcworld.com/pcworld/update/howto'), (u'Reviews', u'http://www.pcworld.com/reviews/index.rss'),
(u'Today@PCWorld', u'http://feeds.pcworld.com/pcworld/blogs/todayatpcw'), (u'How-To', u'http://www.pcworld.com/howto/index.rss'),
(u'Reviews', u'http://feeds.pcworld.com/pcworld/update/reviews'), (u'Video', u'http://www.pcworld.com/video/index.rss'),
(u'Most Popular Downloads', u'http://feeds.pcworld.com/pcworld/downloads/monthly'), (u'Game On', u'http://www.pcworld.com/column/game-on/index.rss'),
(u'Answer Lines', u'http://feeds.pcworld.com/pcworld/blogs/answer_line'), (u'Hassle free PC', u'http://www.pcworld.com/column/hassle-free-pc/index.rss'),
(u'Digital Focus', u'http://feeds.pcworld.com/pcworld/blogs/digital_focus'), (u'Go Social', u'http://www.pcworld.com/column/go-social/index.rss'),
(u'Download this', u'http://feeds.pcworld.com/pcworld/blogs/download_this/'), (u'Linux Line', u'http://www.pcworld.com/column/linux-line/index.rss'),
(u'Game on', u'http://feeds.pcworld.com/pcworld/blogs/game_on'), (u'Net Work', u'http://www.pcworld.com/column/net-work/index.rss'),
(u'Geek tech', u'http://feeds.pcworld.com/pcworld/blogs/geektech/'), (u'Security Alert', u'http://www.pcworld.com/column/security-alert/index.rss'),
(u'Hassle free PC', u'http://feeds.pcworld.com/pcworld/blogs/hassle-free_pc'), (u'Simply Business', u'http://www.pcworld.com/column/simply-business/index.rss'),
(u'Mobile computing', u'http://feeds.pcworld.com/pcworld/blogs/mobile_computing'), (u'Business', u'http://www.pcworld.com/category/business/index.rss'),
(u'Security alert', u'http://feeds.pcworld.com/pcworld/blogs/security_alert/'), (u'Security & Privacy', u'http://www.pcworld.com/category/privacy/index.rss'),
(u'BizFeed', u'http://feeds.pcworld.com/pcworld/businesscenter/bizfeed/'), (u'Windows', u'http://www.pcworld.com/category/windows/index.rss'),
(u'The Cost Cutter', u'http://feeds.pcworld.com/pcworld/businesscenter/cost_cutter/'), (u'Laptops', u'http://www.pcworld.com/category/laptop-computers/index.rss'),
(u'Linux line', u'http://feeds.pcworld.com/pcworld/businesscenter/linuxline/'), (u'Software', u'http://www.pcworld.com/category/software/index.rss'),
(u'Net Work', u'http://feeds.pcworld.com/pcworld/businesscenter/network/'), (u'Desktops', u'http://www.pcworld.com/category/desktop-computers/index.rss'),
(u'Peer-to-Peer', u'http://feeds.pcworld.com/pcworld/businesscenter/peertopeer/'), (u'Printers', u'http://www.pcworld.com/category/printers/index.rss'),
(u'Tech inciter', u'http://feeds.pcworld.com/pcworld/businesscenter/tech_inciter/'), (u'Phones', u'http://www.pcworld.com/category/phones/index.rss'),
(u'Gadgets and gear', u'http://feeds.pcworld.com/pcworld/update/gadgets'), (u'Tablets', u'http://www.pcworld.com/category/tablets/index.rss')
(u'Home Entertainment', u'http://feeds.pcworld.com/pcworld/update/home-entertainment'),
(u'Mobile Devices', u'http://feeds.pcworld.com/pcworld/update/mobile-devices')
] ]
extra_css = ''' extra_css = '''
@ -103,3 +101,4 @@ class pcWorld(BasicNewsRecipe):
#articleHead p {font-size:15px;font-weight:bold;margin:0px;padding:0px;} #articleHead p {font-size:15px;font-weight:bold;margin:0px;padding:0px;}
#articleHead .date {color:#999;margin:0px 0px 20px;padding:0px;} #articleHead .date {color:#999;margin:0px 0px 20px;padding:0px;}
''' '''