Cleans up status creation book lookup flow
This commit is contained in:
parent
2c1e7b8ecc
commit
1f2de18d42
5 changed files with 99 additions and 108 deletions
|
@ -102,6 +102,10 @@ class Connector(AbstractConnector):
|
|||
return author
|
||||
|
||||
|
||||
def expand_book_data(self, book):
|
||||
pass
|
||||
|
||||
|
||||
def get_cover(cover_url):
|
||||
''' ask openlibrary for the cover '''
|
||||
image_name = cover_url.split('/')[-1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue