app/controllers/bulkrax/importers_controller.rb in bulkrax-4.3.1 vs app/controllers/bulkrax/importers_controller.rb in bulkrax-4.4.0
- old
+ new
@@ -274,10 +274,10 @@
end
def setup_client(url)
return false if url.nil?
headers = { from: Bulkrax.server_name }
- @client ||= OAI::Client.new(url, headers: headers, parser: 'libxml', metadata_prefix: 'oai_dc')
+ @client ||= OAI::Client.new(url, headers: headers, parser: 'libxml')
end
# Download methods
def file_path