internetarchive / openlibrary-client

Python Client Library for the Archive.org OpenLibrary API
GNU Affero General Public License v3.0
380 stars 85 forks source link

Fix create book #411

Open thetheos opened 5 months ago

thetheos commented 5 months ago

This PR closes #186 and #408

Description:

Simple fix to create new book with the create_book method. Removed some validation that would have caused error if the author name contains only one word.

Hope it helps in some way.