From 1e3f5f3ad333873bae25293aaacee57b7f93c059 Mon Sep 17 00:00:00 2001 From: sysadminstory Date: Tue, 17 May 2022 09:34:03 +0200 Subject: [PATCH] [PepperBridge] Update CSS selectors (#2740) Updated some CSS selectors to follow the website change --- bridges/DealabsBridge.php | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/bridges/DealabsBridge.php b/bridges/DealabsBridge.php index 2d4245ad..6610d3cd 100644 --- a/bridges/DealabsBridge.php +++ b/bridges/DealabsBridge.php @@ -2042,7 +2042,6 @@ class PepperBridgeAbstract extends BridgeAbstract { $selectorDescription = implode( ' ', /* Notice this is a space! */ array( - 'cept-description-container', 'overflow--wrap-break' ) ); @@ -2065,7 +2064,7 @@ class PepperBridgeAbstract extends BridgeAbstract { foreach ($list as $deal) { $item = array(); $item['uri'] = $this->getDealURI($deal); - $item['title'] = $this->GetTitle($deal); + $item['title'] = $this->getTitle($deal); $item['author'] = $deal->find('span.thread-username', 0)->plaintext; $item['content'] = '