From 1c7110df34b9f5da7ddc1c8a7c018fa34a20be03 Mon Sep 17 00:00:00 2001 From: Rezzect Date: Sun, 17 Nov 2024 13:02:55 -0800 Subject: [PATCH] . --- syncplay/constants.py | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index b1af978..90a0018 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -38,11 +38,8 @@ SHOW_TOOLTIPS = True WARN_ABOUT_MISSING_STRINGS = False # (If debug mode is enabled) FALLBACK_INITIAL_LANGUAGE = "en" FALLBACK_PUBLIC_SYNCPLAY_SERVERS = [ - ['syncplay.pl:8995 (France)', 'syncplay.pl:8995'], - ['syncplay.pl:8996 (France)', 'syncplay.pl:8996'], - ['syncplay.pl:8997 (France)', 'syncplay.pl:8997'], - ['syncplay.pl:8998 (France)', 'syncplay.pl:8998'], - ['syncplay.pl:8999 (France)', 'syncplay.pl:8999']] + ['Rezz Coomer Jail', 'node.rezz.moe:8995'], + ['Varg Mid Server', '24.131.179.134:8999']] PLAYLIST_LOAD_NEXT_FILE_MINIMUM_LENGTH = 10 # Seconds PLAYLIST_LOAD_NEXT_FILE_TIME_FROM_END_THRESHOLD = 5 # Seconds (only triggered if file is paused, e.g. due to EOF) EXECUTABLE_COMBOBOX_MINIMUM_LENGTH = 30 # Minimum number of characters that the combobox will make visible @@ -349,9 +346,9 @@ OSD_CHAT = "chat" CHATROOM_MODE = "Chatroom" SCROLLING_MODE = "Scrolling" -SYNCPLAY_UPDATE_URL = "https://syncplay.pl/checkforupdate?{}" # Params -SYNCPLAY_DOWNLOAD_URL = "https://syncplay.pl/download/" -SYNCPLAY_PUBLIC_SERVER_LIST_URL = "https://syncplay.pl/listpublicservers?{}" # Params +SYNCPLAY_UPDATE_URL = "https://node.rezz.moe/syncplay/checkforupdate?{}" # Params +SYNCPLAY_DOWNLOAD_URL = "https://node.rezz.moe/syncplay/downloads/" +SYNCPLAY_PUBLIC_SERVER_LIST_URL = "https://node.rezz.moe/syncplay/listpublicservers?{}" # Params DEFAULT_TRUSTED_DOMAINS = ["youtube.com", "youtu.be"] TRUSTABLE_WEB_PROTOCOLS = ["http", "https"]