Skip to content

Commit

Permalink
Merge pull request #260 from yfdyh000/baidu-pr2
Browse files Browse the repository at this point in the history
fix(Baidu Scholar.js): book's ISBN
  • Loading branch information
jiaojiaodubai committed Dec 16, 2023
2 parents 4aac840 + 90a35b8 commit b4c7e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Baidu Scholar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2023-12-13 13:36:27"
"lastUpdated": "2023-12-15 12:26:41"
}

/*
Expand Down Expand Up @@ -201,7 +201,7 @@ function fixItem(item, doc, url) {
item.thesisType = (labels.getWith('学位级别') ? `${labels.getWith('学位级别')}学位论文` : '');
break;
case 'book':
item.ISBN = labels.getWith('IGBN');
item.ISBN = labels.getWith('ISBN');
item.publisher = labels.getWith('出版社');
break;
case 'patent':
Expand Down

0 comments on commit b4c7e19

Please sign in to comment.