mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 18:06:25 +02:00
...
This commit is contained in:
parent
a42dbbfe25
commit
fec048389a
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
_ignore_starts = u'\'"'+u''.join(unichr(x) for x in range(0x2018, 0x201e)+[0x2032, 0x2033])
|
||||
|
||||
def get_series(title, authors, timeout=5):
|
||||
def get_series(title, authors, timeout=10):
|
||||
mi = Metadata(title, authors)
|
||||
if title and title[0] in _ignore_starts:
|
||||
title = title[1:]
|
||||
|
|
|
|||
Loading…
Reference in a new issue