From 1678736f322087fdcb6390f513b67baca1b7aac0 Mon Sep 17 00:00:00 2001 From: Qluxzz Date: Mon, 24 Feb 2025 09:08:24 +0100 Subject: [PATCH] Fix data-lot-id not being correctly set so use href instead --- bridges/BukowskisBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/BukowskisBridge.php b/bridges/BukowskisBridge.php index 14889889..3573c206 100644 --- a/bridges/BukowskisBridge.php +++ b/bridges/BukowskisBridge.php @@ -206,7 +206,7 @@ class BukowskisBridge extends BridgeAbstract $this->items[] = [ 'title' => $title, 'uri' => $baseUrl . $relative_url, - 'uid' => $lot->getAttribute('data-lot-id'), + 'uid' => $relative_url, 'content' => count($images) > 0 ? "
$title" : $title, 'enclosures' => array_slice($images, 1), ];