CERNDocumentServer / harvesting-kit

A kit containing various utilities and scripts related to content harvesting used in Invenio Software (http://invenio-software.org) instances such as INSPIRE (http://inspirehep.net) and SCOAP3 (http://scoap3.org)
GNU General Public License v2.0
7 stars 18 forks source link

Fix download directory for Springer #51

Closed Dziolas closed 10 years ago

Dziolas commented 10 years ago

Springef file names are: "data/in/EPJC/_" or "data/in/JHEP/_" because of that there is an extra folder created in download dir "data/in/***" so it's not using prevoiusly creaded folders. Otherwise everything seams to work.

Dziolas commented 10 years ago

Solved