Permalink
Browse files

Fix IEEE Xplore

This was easy...
Closes #1751
  • Loading branch information...
adam3smith committed Sep 29, 2018
1 parent 9a431bc commit 4864d24f9314d23853265ac12cf4874899417cfb
Showing with 2 additions and 2 deletions.
  1. +2 −2 IEEE Xplore.js
View
@@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2018-08-16 00:52:54"
"lastUpdated": "2018-09-29 01:57:25"
}
function detectWeb(doc, url) {
@@ -91,7 +91,7 @@ function doWeb(doc, url) {
}
function scrape (doc, url) {
var arnumber = (url.match(/arnumber=(\d+)/) || url.match(/\/document\/(\d+)\//))[1];
var arnumber = (url.match(/arnumber=(\d+)/) || url.match(/\/document\/(\d+)/))[1];
var pdf = "/stamp/stamp.jsp?tp=&arnumber=" + arnumber;
//Z.debug("arNumber = " + arnumber);
var post = "recordIds=" + arnumber + "&fromPage=&citations-format=citation-abstract&download-format=download-bibtex";

0 comments on commit 4864d24

Please sign in to comment.