handling home page on new private website
This commit is contained in:
parent
46fdffbc42
commit
3b6f67f150
1 changed files with 1 additions and 1 deletions
|
|
@ -45,11 +45,11 @@ class Paypal(Browser):
|
|||
'/cgi-bin/webscr\?cmd=_history-download-recent-submit&dispatch=[a-z0-9]+$': (SubmitPage, HistoryParser()),
|
||||
'https://www.paypal.com/webapps/business/\?nav=0.0': NewHomePage,
|
||||
'https://www.paypal.com/webapps/business/\?country_lang.x=true': NewHomePage,
|
||||
'https://www.paypal.com/myaccount/\?nav=0.0': NewHomePage,
|
||||
'https://www.paypal.com/businessexp/money': NewAccountPage,
|
||||
'https://www.paypal.com/webapps/business/activity\?.*': NewProHistoryPage,
|
||||
'https://www.paypal.com/myaccount/activity/.*': (NewPartHistoryPage, 'json'),
|
||||
'https://www.paypal.com/myaccount/': NewProHistoryPage,
|
||||
'https://www.paypal.com/myaccount/': NewProHistoryPage,
|
||||
}
|
||||
|
||||
DEFAULT_TIMEOUT = 30 # CSV export is slow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue