[amazon] Scrape the updated website. Closes #1808
This commit is contained in:
parent
e51fa59e8d
commit
67d3499fc0
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ class Amazon(LoginBrowser):
|
|||
CURRENCY = u'$'
|
||||
home = URL(r'/$', r'http://www.amazon.com/$', HomePage)
|
||||
login = URL(r'/ap/signin/.*$', LoginPage)
|
||||
history = URL(r'/gp/css/order-history.*$', HistoryPage)
|
||||
history = URL(r'/gp/css/order-history.*$',
|
||||
r'/gp/your-account/order-history.*$', HistoryPage)
|
||||
order_old = URL(r'/gp/css/summary.*$',
|
||||
r'/gp/css/summary/edit.html\?orderID=%\(order_id\)s',
|
||||
r'/gp/digital/your-account/order-summary.html.*$',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue