Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Mar 26, 2024
1 parent aa0ef93 commit 02e014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TimesMachine.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function scrape(doc, url) {
item.pages = ZU.trimInternal(text(doc, '#page_num_content'))
.replace(/ ,/g, ',');

// The URL and abstract don't update when you move from issue to article and it dupplicates the hostname
// The URL and abstract don't update when you move from issue to article and it duplicates the hostname
item.url = doc.location.href.replace(/\?.+./, "");
item.abstractNote = text(doc, '.index_article_lede');

Expand Down

0 comments on commit 02e014b

Please sign in to comment.