mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
64844f643e
commit
9c208906b7
@ -1,4 +1,5 @@
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
|
||||
class Gildia(BasicNewsRecipe):
|
||||
title = u'Gildia.pl'
|
||||
|
@ -7,7 +7,6 @@ lwn.net
|
||||
'''
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
from calibre.ebooks.BeautifulSoup import BeautifulSoup
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
@ -649,6 +649,7 @@ class CatalogBuilder(object):
|
||||
|
||||
cl_list = [None] * len(item_list)
|
||||
last_ordnum = 0
|
||||
last_c = u''
|
||||
|
||||
for idx, item in enumerate(item_list):
|
||||
if key:
|
||||
|
Loading…
x
Reference in New Issue
Block a user