0
0

SearXNG: Youtube redirection

This commit is contained in:
Opnxng 2023-11-09 14:39:17 +08:00
parent e39b5e5f1a
commit 715fae0500
3 changed files with 12 additions and 6 deletions

View File

@ -40,7 +40,7 @@ tokenCount = 10
[Preferences] [Preferences]
theme = "auto_(Twitter)" theme = "auto_(Twitter)"
replaceTwitter = "n.opnxng.com" replaceTwitter = "n.opnxng.com"
replaceYouTube = "yewtu.be" replaceYouTube = "vid.priv.au"
replaceReddit = "i.opnxng.com" replaceReddit = "i.opnxng.com"
replaceInstagram = "" replaceInstagram = ""
proxyVideos = true proxyVideos = true

View File

@ -214,9 +214,9 @@ enabled_plugins:
# #
hostname_replace: hostname_replace:
'(.*\.)?music.youtube\.com$': 'beatbump.io' '(.*\.)?music.youtube\.com$': 'beatbump.io'
'(.*\.)?youtube\.com$': 'yewtu.be' '(.*\.)?youtube\.com$': 'vid.priv.au'
'(.*\.)?youtu\.be$': 'yewtu.be' '(.*\.)?youtu\.be$': 'vid.priv.au'
'(.*\.)?youtube-noocookie\.com$': 'yewtu.be' '(.*\.)?youtube-noocookie\.com$': 'vid.priv.au'
'(.*\.)?reddit\.com$': 'i.opnxng.com' '(.*\.)?reddit\.com$': 'i.opnxng.com'
'(.*\.)?redd\.it$': 'i.opnxng.com' '(.*\.)?redd\.it$': 'i.opnxng.com'
'(.*\.)?libi.opnxng\.com$': 'l.opnxng.com' '(.*\.)?libi.opnxng\.com$': 'l.opnxng.com'

View File

@ -1,6 +1,12 @@
setup:
oracle4:
- paulgo
- nitter
compose: compose:
oracle3: oracle4:
- gitea - paulgo
- nitter
# ---------------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------------