Save source_url in connectors
This commit is contained in:
parent
54b5f0097b
commit
16fec1b6d5
3 changed files with 6 additions and 11 deletions
|
@ -81,6 +81,7 @@ class Connector(AbstractConnector):
|
|||
if 'goodreads' in data['identifiers']:
|
||||
book.goodreads_key = data['identifiers']['goodreads']
|
||||
|
||||
book.source_url = response.url
|
||||
book.save()
|
||||
|
||||
# this book sure as heck better be an edition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue