Right now the reading level lexile ISBN source is only the items archive.org metadata.
|
isbn = 'isbn' in book.metadata and book.metadata['isbn'][0] |
|
|
|
url = 'https://atlas-fab.lexile.com/free/books/' + str(isbn) |
We should be taking advantage of the ISBN extractor if the ia item is missing the ISBN field.
Right now the reading level lexile ISBN source is only the items archive.org metadata.
sequencer/bgp/modules/terms.py
Lines 77 to 79 in c754598
We should be taking advantage of the ISBN extractor if the ia item is missing the ISBN field.