mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(store): specify links to navigate to between product searches (#1542)
Fixes #1504 When querying a store, if `deterrentLinks` has been defined, pick one at random and navigate there then wait 3 seconds. This should help reduce the likelihood of being sent to a captcha on subsequent page loads from the same store.
This commit is contained in:
@@ -2,6 +2,16 @@ import {Store} from './store';
|
||||
|
||||
export const Amazon: Store = {
|
||||
backoffStatusCodes: [403, 429, 503],
|
||||
captchaDeterrent: {
|
||||
hardLinks: [
|
||||
'https://www.amazon.com/Amazon-Video/b/?ie=UTF8&node=2858778011&ref_=nav_cs_prime_video',
|
||||
'https://www.amazon.com/alm/storefront?almBrandId=VUZHIFdob2xlIEZvb2Rz&ref_=nav_cs_whole_foods_in_region',
|
||||
'https://www.amazon.com/gp/goldbox?ref_=nav_cs_gb'
|
||||
],
|
||||
searchTerms: ['goober', 'dungeons+and+dragons'],
|
||||
searchUrl:
|
||||
'https://www.amazon.com/s?k=%%s&i=todays-deals&ref=nb_sb_noss_2'
|
||||
},
|
||||
currency: '$',
|
||||
labels: {
|
||||
captcha: {
|
||||
|
||||
Reference in New Issue
Block a user