9cd0a7c
Index: lib/alexandria/import_library.rb
9cd0a7c
===================================================================
9cd0a7c
--- lib/alexandria/import_library.rb	(revision 1073)
9cd0a7c
+++ lib/alexandria/import_library.rb	(working copy)
9cd0a7c
@@ -300,7 +300,11 @@
9cd0a7c
           unless isbn[1]
9cd0a7c
             bad_isbns << isbn[0]
9cd0a7c
           else
9cd0a7c
-            books << Alexandria::BookProviders.isbn_search(isbn[1])
9cd0a7c
+            begin
9cd0a7c
+              books << Alexandria::BookProviders.isbn_search(isbn[1])
9cd0a7c
+            rescue => e
9cd0a7c
+              puts e.message
9cd0a7c
+            end
9cd0a7c
           end
9cd0a7c
         rescue => e
9cd0a7c
           puts e.message