Skip to content

Commit

Permalink
chore(currys): add rx6800, rx6800xt and rx6900xt (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
AWBbox authored Apr 9, 2021
1 parent 7ec8a16 commit 211e3e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/store/model/currys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ export const Currys: Store = {
urlSelector: 'a[href]',
}),
urls: [
{
series: 'rx6800',
url:
'https://www.currys.co.uk/gbuk/radeon-rx-6800/components-upgrades/graphics-cards/324_3091_30343_xx_ba00013562-bv00313996/xx-criteria.html',
},
{
series: 'rx6800xt',
url:
'https://www.currys.co.uk/gbuk/radeon-rx-6800-xt/components-upgrades/graphics-cards/324_3091_30343_xx_ba00013562-bv00314005/xx-criteria.html',
},
{
series: 'rx6900xt',
url:
'https://www.currys.co.uk/gbuk/radeon-rx-6900-xt/components-upgrades/graphics-cards/324_3091_30343_xx_ba00013562-bv00314012/xx-criteria.html',
},
{
series: '3060',
url:
Expand Down

0 comments on commit 211e3e2

Please sign in to comment.