mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:35:04 +02:00
...
This commit is contained in:
parent
6d17b9323c
commit
13151a1c27
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,6 @@ class GN(BasicNewsRecipe):
|
|||
EDITION = 0
|
||||
|
||||
__author__ = 'Piotr Kontek'
|
||||
title = u'Gość niedzielny'
|
||||
description = 'Weekly magazine'
|
||||
encoding = 'utf-8'
|
||||
no_stylesheets = True
|
||||
|
|
@ -20,6 +19,8 @@ class GN(BasicNewsRecipe):
|
|||
remove_javascript = True
|
||||
temp_files = []
|
||||
simultaneous_downloads = 1
|
||||
masthead_url = 'http://gosc.pl/files/11/03/12/949089_top.gif'
|
||||
title = u'Gość niedzielny'
|
||||
|
||||
articles_are_obfuscated = True
|
||||
|
||||
|
|
@ -64,7 +65,6 @@ def find_last_issue(self):
|
|||
if img != None:
|
||||
a = img.parent
|
||||
self.EDITION = a['href']
|
||||
self.title = img['alt']
|
||||
self.cover_url = 'http://www.gosc.pl' + img['src']
|
||||
if not first:
|
||||
break
|
||||
|
|
|
|||
Loading…
Reference in a new issue