We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fdccb commit 6431e72Copy full SHA for 6431e72
1 file changed
scripts/1-fetch/arxiv_fetch.py
@@ -407,10 +407,10 @@ def extract_metadata_from_xml(record_xml):
407
except Exception as e:
408
LOGGER.error(f"Metadata extraction error: {e}")
409
return {
410
- "category": "Unknown",
411
- "year": "Unknown",
+ "category": "Uncategorized",
+ "year": "Undated",
412
"author_count": 0,
413
- "license": "Unknown",
+ "license": "Unspecified",
414
}
415
416
0 commit comments