From 39ecd63f72805fda2c9733c771a64f2baef6f57a Mon Sep 17 00:00:00 2001 From: Tone <66808319+Tone866@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:40:55 +0100 Subject: [PATCH] [GolemBridge.php] changed cookie (#4399) the cookie value changed, without the new cookie it's not possible to parse the articles --- bridges/GolemBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/GolemBridge.php b/bridges/GolemBridge.php index 7f59ee90efb..219233f4f8f 100644 --- a/bridges/GolemBridge.php +++ b/bridges/GolemBridge.php @@ -53,7 +53,7 @@ class GolemBridge extends FeedExpander ] ]]; const LIMIT = 5; - const HEADERS = ['Cookie: golem_consent20=simple|220101;']; + const HEADERS = ['Cookie: golem_consent20=simple|250101;']; public function collectData() {