diff options
-rw-r--r-- | skate/schema.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skate/schema.go b/skate/schema.go index 118e124..45f1230 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -574,6 +574,11 @@ func OpenLibraryEditionToRelease(v *OpenLibraryEdition, authorMap map[string]str }, len(v.Authors)) ) for i, author := range v.Authors { + // /authors/OL1076839A Ralph S. Hattox + // /authors/OL1054947A Conferenza economica dell'area pisana (1984 Pisa, Italy) + // /authors/OL1069856A Terry S. Boutet + // /authors/OL1077217A Pamela Beck + // ... name, ok := authorMap[author.Key] if !ok { continue |