Skip to content

Commit

Permalink
[eBayBridge] fix Belgian eBay URL handling (RSS-Bridge#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
wrobelda committed Apr 1, 2024
1 parent bb979e9 commit 8f96238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/EBayBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class EBayBridge extends BridgeAbstract
'url' => [
'name' => 'Search URL',
'title' => 'Copy the URL from your browser\'s address bar after searching for your items and paste it here',
'pattern' => '^(https:\/\/)?(www.)?ebay\.(com|com\.au|at|be|ca|ch|cn|es|fr|de|com\.hk|ie|it|com\.my|nl|ph|pl|com\.sg|co\.uk).*$',
'pattern' => '^(https:\/\/)?(www\.)?(befr\.|benl\.)?ebay\.(com|com\.au|at|be|ca|ch|cn|es|fr|de|com\.hk|ie|it|com\.my|nl|ph|pl|com\.sg|co\.uk).*$',
'exampleValue' => 'https://www.ebay.com/sch/i.html?_nkw=atom+rss',
'required' => true,
]
Expand Down

0 comments on commit 8f96238

Please sign in to comment.