mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 14:45:07 +01:00
...
This commit is contained in:
parent
64844f643e
commit
9c208906b7
3 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
|
||||
class Gildia(BasicNewsRecipe):
|
||||
title = u'Gildia.pl'
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -649,6 +649,7 @@ def establish_equivalencies(self, item_list, key=None):
|
|||
|
||||
cl_list = [None] * len(item_list)
|
||||
last_ordnum = 0
|
||||
last_c = u''
|
||||
|
||||
for idx, item in enumerate(item_list):
|
||||
if key:
|
||||
|
|
|
|||
Loading…
Reference in a new issue