This commit is contained in:
Kovid Goyal 2011-01-11 18:12:29 -07:00
parent ff37f2e9fc
commit d2d65d8056

View File

@ -28,7 +28,7 @@ class TyzdenRecipe(BasicNewsRecipe):
if (weeknum > 1): if (weeknum > 1):
weeknum -= 1 weeknum -= 1
title = u'.tyzden ' + str(weeknum) + '/' + str(year) title = u'tyzden'
base_url_path = 'http://www.tyzden.sk/casopis/' + str(year) + '/' + str(weeknum) base_url_path = 'http://www.tyzden.sk/casopis/' + str(year) + '/' + str(weeknum)
base_url = base_url_path + '.html' base_url = base_url_path + '.html'