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 b8fa72d commit d311e19Copy full SHA for d311e19
1 file changed
scripts/1-fetch/arxiv_fetch.py
@@ -599,9 +599,7 @@ def query_arxiv(args):
599
metadata = extract_metadata_from_xml(record_xml)
600
601
# Only process CC-licensed papers
602
- if metadata["license"] != "Unknown" and metadata[
603
- "license"
604
- ].startswith("CC"):
+ if metadata["license"].startswith("CC"):
605
license_info = metadata["license"]
606
category = metadata["category"]
607
year = metadata["year"]
0 commit comments