1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

[EconomistBridge] Add cookie (#4173)

* [EconomistBridge] Add cookie

* [EconomistBridge] Fix lint
This commit is contained in:
Pavel Korytov
2024-07-30 23:10:57 +03:00
committed by GitHub
parent cb91afbd71
commit aa3989873c
2 changed files with 32 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# EconomistWorldInBriefBridge
# EconomistWorldInBriefBridge and EconomistBridge
In May 2024, The Economist finally fixed its paywall, and it started requiring authorization. Which means you can't use this bridge unless you have an active subscription.
@@ -15,4 +15,7 @@ Once you've done this, add the cookie to your `config.ini.php`:
```
[EconomistWorldInBriefBridge]
cookie = "<value>"
[EconomistBridge]
cookie = "<value>"
```