Skip to content

Commit

Permalink
fix: Merge pull request #28 from stefanku/master
Browse files Browse the repository at this point in the history
Update zotero.py
  • Loading branch information
e-alizadeh committed Oct 19, 2022
2 parents 02b36f1 + 991cf7c commit ea16ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zotero2readwise/zotero.py
Expand Up @@ -136,7 +136,7 @@ def get_item_metadata(self, annot: Dict) -> Dict:
# "date": data["date"],
"tags": data["tags"],
"document_type": data["itemType"],
"source_url": top_item["links"]["self"]["href"],
"source_url": top_item["links"]["alternate"]["href"],
}
if "creators" in data:
metadata["creators"] = [
Expand Down

0 comments on commit ea16ffa

Please sign in to comment.