mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-03 10:34:40 +02:00
[GolemBridge.php] changed cookie (#4399)
the cookie value changed, without the new cookie it's not possible to parse the articles
This commit is contained in:
parent
0e2655fc8a
commit
39ecd63f72
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue