lib/oddb2xml/downloader.rb in oddb2xml-2.8.8 vs lib/oddb2xml/downloader.rb in oddb2xml-2.8.9

- old
+ new

@@ -381,13 +381,13 @@ read_xml_from_zip(/^AipsDownload_/iu, file) end end class FirstbaseDownloader < Downloader - BASE_URL = "https://www.firstbase.ch" + BASE_URL = "http://pillbox.oddb.org" include DownloadMethod def initialize(type = :orphan, options = {}) - @url = BASE_URL + "/sites/default/files/2023-12/firstbase_healthcare_public_data-dump.xlsx" + @url = BASE_URL + "/firstbase.xlsx" end def download @file2save = File.join(DOWNLOADS, "firstbase.xlsx") report_download(@url, @file2save)