Skip to content

Commit

Permalink
西元2025年01月05日 (週日) 03時05分41秒 CST
Browse files Browse the repository at this point in the history
  • Loading branch information
pulipulichen committed Jan 4, 2025
1 parent 57c78f6 commit d2aed21
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 71 deletions.
2 changes: 1 addition & 1 deletion Access Science.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function scrape(doc, url) {
item.creators = [];
if (authorName.includes(',') && authorName.split(',').length > 2) {
authorName = authorName.split(',')[0];
item.creators.push(ZU.cleanAuthor(authorName, "author", false));
item.creators.push(ZU.cleanAuthor(authorName, "author", true));
}
}
}
Expand Down
Loading

0 comments on commit d2aed21

Please sign in to comment.