This commit is contained in:
Kovid Goyal 2011-01-27 18:47:09 -07:00
parent 522a3c8a09
commit 15b55e7aed

View File

@ -98,6 +98,8 @@ class CanWestPaper(BasicNewsRecipe):
atag = h1tag.find('a',href=True)
if not atag:
continue
url = atag['href']
if not url.startswith('http:'):
url = self.url_prefix+'/news/todays-paper/'+atag['href']
#self.log("Section %s" % key)
#self.log("url %s" % url)