[amazon] Scrape the updated website. Closes #1808

This commit is contained in:
Oleg Plakhotniuk 2015-03-26 22:19:10 -05:00 committed by Romain Bignon
commit 67d3499fc0

View file

@ -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.*$',