From 8e41887393491be9151014bbafc05b11b172126a Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Sat, 4 Jun 2022 22:40:20 +0200 Subject: [PATCH] [DealabsBridge-HotUKDealsBridge-MydealsBridge] Fix example values (#2766) Added real example values for discussion to allow automatic testing. Updated keywords example value to be sure there will be some results. --- bridges/DealabsBridge.php | 4 ++-- bridges/HotUKDealsBridge.php | 2 +- bridges/MydealsBridge.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bridges/DealabsBridge.php b/bridges/DealabsBridge.php index fa9ca749..c2d8c9f3 100644 --- a/bridges/DealabsBridge.php +++ b/bridges/DealabsBridge.php @@ -10,7 +10,7 @@ class DealabsBridge extends PepperBridgeAbstract { 'q' => array( 'name' => 'Mot(s) clé(s)', 'type' => 'text', - 'exampleValue' => 'lamp', + 'exampleValue' => 'lampe', 'required' => true ), 'hide_expired' => array( @@ -1886,7 +1886,7 @@ class DealabsBridge extends PepperBridgeAbstract { 'type' => 'text', 'required' => true, 'title' => 'URL discussion à surveiller: https://www.dealabs.com/discussions/titre-1234', - 'exampleValue' => 'https://www.dealabs.com/discussions/titre-1234', + 'exampleValue' => 'https://www.dealabs.com/discussions/jeux-steam-gratuits-gleam-woobox-etc-1071415', ), 'only_with_url' => array( diff --git a/bridges/HotUKDealsBridge.php b/bridges/HotUKDealsBridge.php index 819c1ede..ec40bb7b 100644 --- a/bridges/HotUKDealsBridge.php +++ b/bridges/HotUKDealsBridge.php @@ -3252,7 +3252,7 @@ class HotUKDealsBridge extends PepperBridgeAbstract { 'name' => 'Discussion URL', 'type' => 'text', 'required' => true, - 'title' => 'Discussion URL to monitor. Ex: https://www.hotukdeals.com/discussions/the-hukd-lego-thread-3599357', + 'title' => 'Discussion URL to monitor. Ex: https://www.hotukdeals.com/discussions/title-123', 'exampleValue' => 'https://www.hotukdeals.com/discussions/the-hukd-lego-thread-3599357', ), 'only_with_url' => array( diff --git a/bridges/MydealsBridge.php b/bridges/MydealsBridge.php index 9fb3f73f..5fd27670 100644 --- a/bridges/MydealsBridge.php +++ b/bridges/MydealsBridge.php @@ -11,7 +11,7 @@ class MydealsBridge extends PepperBridgeAbstract { 'q' => array( 'name' => 'Stichworten', 'type' => 'text', - 'exampleValue' => 'watch', + 'exampleValue' => 'lamp', 'required' => true ), 'hide_expired' => array( @@ -2002,7 +2002,7 @@ class MydealsBridge extends PepperBridgeAbstract { 'type' => 'text', 'required' => true, 'title' => 'URL-Diskussion zu überwachen: https://www.mydealz.de/diskussion/title-123', - 'exampleValue' => 'https://www.mydealz.de/diskussion/title-123', + 'exampleValue' => 'https://www.mydealz.de/diskussion/anleitung-wie-schreibe-ich-einen-deal-1658317', ), 'only_with_url' => array( 'name' => 'Kommentare ohne URL ausschließen',