From ed92881302de7681850996e17f9839155ee22b1f Mon Sep 17 00:00:00 2001 From: Vibhav Sinha Date: Wed, 12 Jun 2024 11:24:55 +0530 Subject: [PATCH] update player url --- filter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filter.php b/filter.php index e247737..53d10a4 100644 --- a/filter.php +++ b/filter.php @@ -140,7 +140,7 @@ function eval_date($matches) EOF; } else { $uniq = 'u' . rand(); - $url = "https://player.vdocipher.com/v2/?otp=$otp&playbackInfo=$playbackInfo"; + $url = "https://player1.vdocipher.com/v2/?otp=$otp&playbackInfo=$playbackInfo"; $playerId = self::$playerTheme; if (strlen($playerId) === 16) { $url .= "&player=$playerId"; @@ -161,7 +161,7 @@ function eval_date($matches) $url .= "&litemode=true"; } $output = << +