Skip to content

Commit

Permalink
[GolemBridge.php] changed cookie (#4399)
Browse files Browse the repository at this point in the history
the cookie value changed, without the new cookie it's not possible to parse the articles
  • Loading branch information
Tone866 authored Jan 7, 2025
1 parent 0e2655f commit 39ecd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/GolemBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 39ecd63

Please sign in to comment.