From ff29e9d5fa7b2801f04118dd9ddb4dd117b2f6df Mon Sep 17 00:00:00 2001 From: drunkwinter <38593134+drunkwinter@users.noreply.github.com> Date: Sun, 6 Aug 2023 02:10:13 +0200 Subject: [PATCH] [fix] replace outdated video proxy url (#203) --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 4941b02..08c53dc 100644 --- a/src/config.js +++ b/src/config.js @@ -6,7 +6,7 @@ const VALID_PLAYABILITY_STATUSES = ['OK', 'LIVE_STREAM_OFFLINE']; // You can host your own account proxy instance. See https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass/tree/main/account-proxy // To learn what information is transferred, please read: https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#privacy const ACCOUNT_PROXY_SERVER_HOST = 'https://youtube-proxy.zerody.one'; -const VIDEO_PROXY_SERVER_HOST = 'https://phx.4everproxy.com'; +const VIDEO_PROXY_SERVER_HOST = 'https://ny.4everproxy.com'; // User needs to confirm the unlock process on embedded player? let ENABLE_UNLOCK_CONFIRMATION_EMBED = true;