From 69e55dbd94be1d0a20ffea50294c7495bb0101ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 24 May 2019 20:37:00 -0500 Subject: change URL of stream DRM --- tools/processor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/processor.php b/tools/processor.php index e22e70f..cff5392 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -64,7 +64,7 @@ $url_drm = $streamFormats[0]->url; if (preg_match('/^HTTP\/\d\.\d\s+(403)/', $headers[0])){ // Liberty data $breakquality = trim($streamFormats[0]->resolution, 'p'); - $breakurl = "https://invidio.us/latest_version?id={$video_id}&itag=18&local=true"; + $breakurl = "https://invidious.snopyta.org/latest_version?id={$video_id}&itag=18&local=true"; $breaklink = << EOT; -- cgit v1.2.3