Update Orlando Sentinel

This commit is contained in:
Kovid Goyal 2013-04-28 22:09:49 +05:30
parent 83aa842ebb
commit 7701468514

View File

@ -7,27 +7,26 @@ class AdvancedUserRecipe1279258912(BasicNewsRecipe):
max_articles_per_feed = 100 max_articles_per_feed = 100
feeds = [ feeds = [
(u'News', u'http://feeds.feedburner.com/orlandosentinel/news'), (u'News', u'http://feeds.feedburner.com/orlandosentinel/news'),
(u'Opinion', u'http://feeds.feedburner.com/orlandosentinel/news/opinion'), (u'Opinion', u'http://feeds.feedburner.com/orlandosentinel/news/opinion'),
(u'Business', u'http://feeds.feedburner.com/orlandosentinel/business'), (u'Business', u'http://feeds.feedburner.com/orlandosentinel/business'),
(u'Technology', u'http://feeds.feedburner.com/orlandosentinel/technology'), (u'Technology', u'http://feeds.feedburner.com/orlandosentinel/technology'),
(u'Space and Science', u'http://feeds.feedburner.com/orlandosentinel/news/space'), (u'Space and Science', u'http://feeds.feedburner.com/orlandosentinel/news/space'),
(u'Entertainment', u'http://feeds.feedburner.com/orlandosentinel/entertainment'), (u'Entertainment', u'http://feeds.feedburner.com/orlandosentinel/entertainment'),
(u'Life and Family', u'http://feeds.feedburner.com/orlandosentinel/features/lifestyle'), (u'Life and Family', u'http://feeds.feedburner.com/orlandosentinel/features/lifestyle'),
] ]
__author__ = 'rty' __author__ = 'rty'
pubisher = 'OrlandoSentinel.com' pubisher = 'OrlandoSentinel.com'
description = 'Orlando, Florida, Newspaper' description = 'Orlando, Florida, Newspaper'
category = 'News, Orlando, Florida' category = 'News, Orlando, Florida'
remove_javascript = True remove_javascript = True
use_embedded_content = False use_embedded_content = False
no_stylesheets = True no_stylesheets = True
language = 'en' language = 'en'
encoding = 'utf-8' encoding = 'utf-8'
conversion_options = {'linearize_tables':True} conversion_options = {'linearize_tables':True}
masthead_url = 'http://www.orlandosentinel.com/media/graphic/2009-07/46844851.gif' remove_empty_feeds = True
auto_cleanup = True auto_cleanup = True
@ -45,7 +44,7 @@ class AdvancedUserRecipe1279258912(BasicNewsRecipe):
link=link.split('/')[-2] link=link.split('/')[-2]
encoding = {'0B': '.', '0C': '/', '0A': '0', '0F': '=', '0G': '&', encoding = {'0B': '.', '0C': '/', '0A': '0', '0F': '=', '0G': '&',
'0D': '?', '0E': '-', '0N': '.com', '0L': 'http:', '0D': '?', '0E': '-', '0N': '.com', '0L': 'http:',
'0S':'//'} '0S':'//', '0H':','}
for k, v in encoding.iteritems(): for k, v in encoding.iteritems():
link = link.replace(k, v) link = link.replace(k, v)
ans = link ans = link