ContentMine / journal-scrapers

Journal scraper definitions for the ContentMine framework
66 stars 33 forks source link

Multiple downloads are overwritten #37

Open merkys opened 9 years ago

merkys commented 9 years ago

When downloading multiple files having the same name (or when rename instruction is given in scraper definition), files get overwritten, leaving the last file only.

An example of the first case HTML (script name is used for file name):

<a href="download.php?file=A.cif">A</a>
<a href="download.php?file=B.cif">B</a>