Skip to content

Commit

Permalink
Fix Amazon Prime selector (#1403)
Browse files Browse the repository at this point in the history
Fixes #1034
  • Loading branch information
Kissaki authored Sep 10, 2024
1 parent ba7da68 commit ced5d76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions declarations/Amazon Prime.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"fetch": "https://www.amazon.com/gp/help/customer/display.html?nodeId=13819201",
"select": "body",
"validUntil": "2020-11-09T17:30:03.000Z"
},
{
"fetch": "https://www.amazon.com/gp/help/customer/display.html?nodeId=13819201",
"select": "div.help-content",
"validUntil": "2024-03-14T06:31:36.000Z"
}
]
}
2 changes: 1 addition & 1 deletion declarations/Amazon Prime.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"documents": {
"Terms of Service": {
"fetch": "https://www.amazon.com/gp/help/customer/display.html?nodeId=13819201",
"select": "div.help-content"
"select": "article.help-content"
}
}
}

0 comments on commit ced5d76

Please sign in to comment.