This commit is contained in:
Kovid Goyal 2022-07-28 07:51:14 +05:30
parent f0342a3d31
commit 294ff22c63
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -454,6 +454,7 @@ class GoogleBooks(Source):
break
if not found and isbn and (title or authors):
return self.identify_via_web_search(log, result_queue, abort, title, authors, {}, timeout)
# }}}
def identify( # {{{
self,