searxng_no_paywalls.yaml
· 686 B · YAML
Raw
# An example of how to configure a Searxng instance to replace all
# paywalled results with links to archive.is / archive.ph
hostnames:
replace:
'^(www\.)?nytimes\.com$': 'archive.is/https://nytimes.com'
'^(www\.)?bloomberg\.com$': 'archive.is/https://bloomberg.com'
'^(www\.)?washingtonpost\.com$': 'archive.is/https://washingtonpost.com'
'^(www\.)?ft\.com$': 'archive.is/https://ft.com'
'^(www\.)?newyorker\.com$': 'archive.ph/https://newyorker.com'
'^(www\.)?theatlantic\.com$': 'archive.ph/https://theatlantic.com'
'^([\w-]+).substack\.com$': 'archive.is/https://\1.substack.com'
'^(www\.)?newscientist\.com$': 'archive.is/https://newscientist.com'
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' |