Add The Banker

This commit is contained in:
magnolia1234 2022-06-26 18:23:46 +02:00
parent d61baebb88
commit 35cf57a850
6 changed files with 14 additions and 6 deletions

View file

@ -171,6 +171,7 @@ Grouped in options:\
[Sports Illustrated](https://www.si.com) - [Sports Illustrated](https://www.si.com) -
[The Art Newspaper](https://www.theartnewspaper.com) - [The Art Newspaper](https://www.theartnewspaper.com) -
[The Athletic](https://theathletic.com) - [The Athletic](https://theathletic.com) -
[The Banker](https://www.thebanker.com) -
[The Intercept](https://theintercept.com) - [The Intercept](https://theintercept.com) -
[The Daily Beast](https://www.thedailybeast.com) - [The Daily Beast](https://www.thedailybeast.com) -
[The Daily Wire](https://www.dailywire.com) - [The Daily Wire](https://www.dailywire.com) -

View file

@ -5,6 +5,7 @@ Post-release
Add Artforum Add Artforum
Add Initium Media Add Initium Media
Add L'Avenir (Belgium) Add L'Avenir (Belgium)
Add The Banker
Remove Dagens Nyheter (fix obsolete) Remove Dagens Nyheter (fix obsolete)
Remove Valor Economico (fix obsolete) Remove Valor Economico (fix obsolete)
Fix Business Standard Fix Business Standard

View file

@ -142,11 +142,6 @@
"The-past.com": { "The-past.com": {
"domain": "the-past.com" "domain": "the-past.com"
}, },
"Thebanker.com": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot"
},
"Thecourier.co.uk": { "Thecourier.co.uk": {
"allow_cookies": 1, "allow_cookies": 1,
"domain": "thecourier.co.uk", "domain": "thecourier.co.uk",

View file

@ -550,6 +550,7 @@
"*://*.theathletic.com/*", "*://*.theathletic.com/*",
"*://*.theatlantic.com/*", "*://*.theatlantic.com/*",
"*://*.theaustralian.com.au/*", "*://*.theaustralian.com.au/*",
"*://*.thebanker.com/*",
"*://*.thechronicle.com.au/*", "*://*.thechronicle.com.au/*",
"*://*.thecourier.com.au/*", "*://*.thecourier.com.au/*",
"*://*.thecut.com/*", "*://*.thecut.com/*",
@ -686,5 +687,5 @@
"*://*.wsj.net/*", "*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "2.7.2.6" "version": "2.7.2.7"
} }

View file

@ -1611,6 +1611,11 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
block_regex: /api\.afr\.com\/graphql\?query=.+PaywallRuleQuery/ block_regex: /api\.afr\.com\/graphql\?query=.+PaywallRuleQuery/
}, },
"The Banker": {
domain: "thebanker.com",
allow_cookies: 1,
useragent: "googlebot"
},
"The Boston Globe": { "The Boston Globe": {
domain: "bostonglobe.com", domain: "bostonglobe.com",
allow_cookies: 1, allow_cookies: 1,

View file

@ -20,5 +20,10 @@
] ]
} }
] ]
},
"The Banker": {
"allow_cookies": 1,
"domain": "thebanker.com",
"useragent": "googlebot"
} }
} }