fabio revised this gist . Go to revision
1 file changed, 0 insertions, 0 deletions
searxng_no_paywalls.md renamed to searxng_no_paywalls.yaml
File renamed without changes
fabio revised this gist . Go to revision
1 file changed, 12 insertions
searxng_no_paywalls.md(file created)
@@ -0,0 +1,12 @@ | |||
1 | + | # An example of how to configure a Searxng instance to replace all | |
2 | + | # paywalled results with links to archive.is / archive.ph | |
3 | + | hostnames: | |
4 | + | replace: | |
5 | + | '^(www\.)?nytimes\.com$': 'archive.is/https://nytimes.com' | |
6 | + | '^(www\.)?bloomberg\.com$': 'archive.is/https://bloomberg.com' | |
7 | + | '^(www\.)?washingtonpost\.com$': 'archive.is/https://washingtonpost.com' | |
8 | + | '^(www\.)?ft\.com$': 'archive.is/https://ft.com' | |
9 | + | '^(www\.)?newyorker\.com$': 'archive.ph/https://newyorker.com' | |
10 | + | '^(www\.)?theatlantic\.com$': 'archive.ph/https://theatlantic.com' | |
11 | + | '^([\w-]+).substack\.com$': 'archive.is/https://\1.substack.com' | |
12 | + | '^(www\.)?newscientist\.com$': 'archive.is/https://newscientist.com' |