Skip to content

Commit 7db7592

Browse files
author
Gerit Wagner
committed
crossref: filter
1 parent 5be97cf commit 7db7592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colrev/packages/crossref/src/crossref_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def get_url(self) -> str:
378378
# "Notes on incremental metadata updates"
379379

380380
last_updated = self.last_updated.split("T", maxsplit=1)[0]
381-
url = url + f"&filter=from-index-date:{last_updated}"
381+
url = url + f"?filter=from-index-date:{last_updated}"
382382

383383
return url
384384

0 commit comments

Comments
 (0)