Adds cursory openlibrary connector tests
This commit is contained in:
parent
54c553312f
commit
470c5d4acb
5 changed files with 344 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Connector(AbstractConnector):
|
|||
return SearchResult(
|
||||
doc.get('title'),
|
||||
key,
|
||||
author[0],
|
||||
', '.join(author),
|
||||
doc.get('first_publish_year'),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue