Commit 9bbd9ad8 authored by delanoe's avatar delanoe

[CONSTANTS] adding filename for isi files.

parent 3c74908d
...@@ -175,7 +175,7 @@ RESOURCETYPES = [ ...@@ -175,7 +175,7 @@ RESOURCETYPES = [
'name': 'Web of Science [ISI]', 'name': 'Web of Science [ISI]',
'format': 'ISI', 'format': 'ISI',
'parser': "ISIParser", 'parser': "ISIParser",
'file_formats':["zip", "txt"], 'file_formats':["zip", "txt", "isi"],
#'crawler': "ISICrawler", #'crawler': "ISICrawler",
'crawler': None, 'crawler': None,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment