diff --git a/plugins/alert.py b/plugins/alert.py index ff984a9..452f8e6 100644 --- a/plugins/alert.py +++ b/plugins/alert.py @@ -26,7 +26,7 @@ _YT_SEARCH_URL = "https://www.youtube.com/youtubei/v1/search" _YT_CLIENT_VERSION = "2.20250101.00.00" _GQL_URL = "https://gql.twitch.tv/gql" _GQL_CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko" -_SEARX_URL = "http://192.168.122.119:3000/search" +_SEARX_URL = "https://searx.mymx.me/search" # -- Module-level tracking --------------------------------------------------- diff --git a/plugins/searx.py b/plugins/searx.py index 31f131a..600fe03 100644 --- a/plugins/searx.py +++ b/plugins/searx.py @@ -10,7 +10,7 @@ from derp.plugin import command # -- Constants --------------------------------------------------------------- -_SEARX_URL = "http://192.168.122.119:3000/search" +_SEARX_URL = "https://searx.mymx.me/search" _FETCH_TIMEOUT = 10 _MAX_RESULTS = 3 _MAX_TITLE_LEN = 80