Discovery landing page

This commit is contained in:
Mouse Reeve
2021-01-03 11:10:04 -08:00
parent 71e1e259b5
commit ef42d29bd9
7 changed files with 159 additions and 14 deletions

View File

@ -108,7 +108,7 @@ class Connector(AbstractConnector):
def get_cover_url(self, cover_blob):
''' ask openlibrary for the cover '''
cover_id = cover_blob[0]
image_name = '%s-M.jpg' % cover_id
image_name = '%s-L.jpg' % cover_id
return '%s/b/id/%s' % (self.covers_url, image_name)