mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c8b0bec340
commit
78734955d0
@ -229,7 +229,7 @@ class OverDrive(Source):
|
|||||||
if int(m.group('displayrecords')) >= 1:
|
if int(m.group('displayrecords')) >= 1:
|
||||||
results = True
|
results = True
|
||||||
elif int(m.group('totalrecords')) >= 1:
|
elif int(m.group('totalrecords')) >= 1:
|
||||||
if int(m.group('totalrecords')) >= 500:
|
if int(m.group('totalrecords')) >= 100:
|
||||||
if xref_q.find('+') != -1:
|
if xref_q.find('+') != -1:
|
||||||
xref_tokens = xref_q.split('+')
|
xref_tokens = xref_q.split('+')
|
||||||
xref_q = xref_tokens[0]
|
xref_q = xref_tokens[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user