Commit 72e7004a authored by delanoe's avatar delanoe

[FIX] ISIDORE parser for source name.

parent a7fbb20e
......@@ -45,7 +45,7 @@ class IsidoreParser(Parser):
uniq_id.add(hyperdata["url"])
# Source is the Journal Name
hyperdata["source"] = doc.get("journal", "ISIDORE Database")
hyperdata["source"] = doc.get("source", "ISIDORE Database")
# Working on the date
maybeDate = doc.get("date" , 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