Skip to content

Commit

Permalink
IEEE Xplore: Log PDF page contents when regex doesn't match
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Sep 26, 2024
1 parent 87bb5b2 commit 2c553e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IEEE Xplore.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2024-07-05 07:19:04"
"lastUpdated": "2024-09-26 13:30:54"
}

/*
Expand Down Expand Up @@ -231,6 +231,10 @@ async function scrape(doc, url = doc.location.href) {
mimeType: "application/pdf"
});
}
else {
Zotero.debug("No PDF URL found on PDF page");
Zotero.debug(src);
}
item.complete();
}, null);
}
Expand Down

0 comments on commit 2c553e9

Please sign in to comment.