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