Update Orlando Sentinel

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

View File

@ -20,14 +20,13 @@ class AdvancedUserRecipe1279258912(BasicNewsRecipe):
description = 'Orlando, Florida, Newspaper'
category = 'News, Orlando, Florida'
remove_javascript = True
use_embedded_content = False
no_stylesheets = True
language = 'en'
encoding = 'utf-8'
conversion_options = {'linearize_tables':True}
masthead_url = 'http://www.orlandosentinel.com/media/graphic/2009-07/46844851.gif'
remove_empty_feeds = True
auto_cleanup = True
@ -45,7 +44,7 @@ class AdvancedUserRecipe1279258912(BasicNewsRecipe):
link=link.split('/')[-2]
encoding = {'0B': '.', '0C': '/', '0A': '0', '0F': '=', '0G': '&',
'0D': '?', '0E': '-', '0N': '.com', '0L': 'http:',
'0S':'//'}
'0S':'//', '0H':','}
for k, v in encoding.iteritems():
link = link.replace(k, v)
ans = link