Opened 16 years ago

Closed 15 years ago

#392 closed defect (fixed)

OAI source doc download

Reported by: kjdon Owned by: ak19
Priority: high Milestone: Release 2.81
Component: Downloading Severity: minor
Keywords: Cc:

Description

OAI download sometimes needs to get two files, but only one is present.

The code (OAIDownloader) goes through and looks for identifier tags, extracts the URL, works out the extension, then saves the file as the same name as the oai file with the new extension. This is fine until you come to a case where there are two identifiers with the same extension, as they get saved to the same filename.

Change History (4)

comment:1 by kjdon, 16 years ago

Component: Collection BuildingDownloading

comment:2 by kjdon, 16 years ago

Owner: changed from nobody to davidb

comment:3 by ak19, 15 years ago

Owner: changed from davidb to ak19

comment:4 by kjdon, 15 years ago

Resolution: fixed
Status: newclosed

Have added a counter to the filename, eg xxx-1.pdf, xxx-2.pdf

Note: See TracTickets for help on using tickets.