bibFieldName * TOOL_GOOGLEBOOKS_BROWSER_AGENT a current browser agent string. Should be updated from time to time. See default config file. * TOOL_GOOGLEBOOKS_BROWSER_ACCEPT A string what the browser does accept. Should be updated from time to time. See default config file. * TOOL_GOOGLEBOOKS_BROWSER_ACCEPT_LANG should define in which language the content returns */ const TOOL_GOOGLEBOOKS_BROWSER_AGENT = BROWSER_AGENT; const TOOL_GOOGLEBOOKS_BROWSER_ACCEPT = BROWSER_ACCEPT; const TOOL_GOOGLEBOOKS_BROWSER_ACCEPT_LANG = BROWSER_ACCEPT_LANG; const TOOL_GOOGLEBOOKS_FIELDS_TO = array( 'title' => 'title', 'cover' => 'coverimage', 'description' => 'content', 'subtitle' => 'description', 'isbn' => 'isbn', 'authors' => 'writers', 'publisher' => 'publisher', 'publishedDate' => 'year', 'categories' => 'genres' );