mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-21 04:45:41 +01:00
...
This commit is contained in:
parent
ff37f2e9fc
commit
d2d65d8056
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class TyzdenRecipe(BasicNewsRecipe):
|
|||
if (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 = base_url_path + '.html'
|
||||
|
|
|
|||
Loading…
Reference in a new issue