mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 16:45:02 +02:00
[EconomistBridge] Add cookie (#4173)
* [EconomistBridge] Add cookie * [EconomistBridge] Fix lint
This commit is contained in:
parent
cb91afbd71
commit
aa3989873c
2 changed files with 32 additions and 2 deletions
|
@ -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>"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue