mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
* [AmazonPriceTracker] Add Turkey, close #2665 * [Amazon] Add Sweden & Turkey consistent with price tracker
This commit is contained in:
parent
299ad87168
commit
8172d10bb5
2 changed files with 5 additions and 2 deletions
|
@ -42,6 +42,8 @@ class AmazonBridge extends BridgeAbstract {
|
|||
'Mexico' => 'com.mx',
|
||||
'Netherlands' => 'nl',
|
||||
'Spain' => 'es',
|
||||
'Sweden' => 'se',
|
||||
'Turkey' => 'com.tr',
|
||||
'United Kingdom' => 'co.uk',
|
||||
'United States' => 'com',
|
||||
),
|
||||
|
|
|
@ -20,7 +20,7 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
|
|||
'name' => 'Country',
|
||||
'type' => 'list',
|
||||
'values' => array(
|
||||
'Australia' => 'com.au',
|
||||
'Australia' => 'com.au',
|
||||
'Brazil' => 'com.br',
|
||||
'Canada' => 'ca',
|
||||
'China' => 'cn',
|
||||
|
@ -30,9 +30,10 @@ class AmazonPriceTrackerBridge extends BridgeAbstract {
|
|||
'Italy' => 'it',
|
||||
'Japan' => 'co.jp',
|
||||
'Mexico' => 'com.mx',
|
||||
'Netherlands' => 'nl',
|
||||
'Netherlands' => 'nl',
|
||||
'Spain' => 'es',
|
||||
'Sweden' => 'se',
|
||||
'Turkey' => 'com.tr',
|
||||
'United Kingdom' => 'co.uk',
|
||||
'United States' => 'com',
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue