mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-21 17:15:25 +03:00
[Amazon & AmazonPriceTracker] Add Poland (#2930)
This commit is contained in:
parent
2c63d5707d
commit
499d5c2b77
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ class AmazonBridge extends BridgeAbstract
|
|||
'Japan' => 'co.jp',
|
||||
'Mexico' => 'com.mx',
|
||||
'Netherlands' => 'nl',
|
||||
'Poland' => 'pl',
|
||||
'Spain' => 'es',
|
||||
'Sweden' => 'se',
|
||||
'Turkey' => 'com.tr',
|
||||
|
|
|
@ -32,6 +32,7 @@ class AmazonPriceTrackerBridge extends BridgeAbstract
|
|||
'Japan' => 'co.jp',
|
||||
'Mexico' => 'com.mx',
|
||||
'Netherlands' => 'nl',
|
||||
'Poland' => 'pl',
|
||||
'Spain' => 'es',
|
||||
'Sweden' => 'se',
|
||||
'Turkey' => 'com.tr',
|
||||
|
|
Loading…
Reference in a new issue