mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
To test you need to redirect embeded videos (e.g.) from youtube to a invidios
instance. Search for videos using engine `!youtube lebowski`. The result URLs
and the embeded videos should link to the invidios instance.
Here is an example of such a `hostname_replace` configuration::
hostname_replace:
# youtube --> Invidious
'(.*\.)?youtube-nocookie\.com': 'invidio.xamh.de'
'(.*\.)?youtube\.com$': 'invidio.xamh.de'
'(.*\.)?invidious\.snopyta\.org$': 'invidio.xamh.de'
'(.*\.)?vid\.puffyan\.us': 'invidio.xamh.de'
'(.*\.)?invidious\.kavin\.rocks$': 'invidio.xamh.de'
'(.*\.)?inv\.riverside\.rocks$': 'invidio.xamh.de'
Closes: https://github.com/searxng/searxng/issues/873
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ahmia_filter.py | ||
| hash_plugin.py | ||
| hostname_replace.py | ||
| infinite_scroll.py | ||
| limiter.py | ||
| oa_doi_rewrite.py | ||
| search_on_category_select.py | ||
| self_info.py | ||
| tracker_url_remover.py | ||
| vim_hotkeys.py | ||