From a10ea4d3ae03406b230a1fbcbc77a60c48a7154e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 5 Jan 2023 15:03:48 +0100 Subject: Fixed some things --- assets/php/getData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/php/getData.php') diff --git a/assets/php/getData.php b/assets/php/getData.php index a236d49..603670d 100755 --- a/assets/php/getData.php +++ b/assets/php/getData.php @@ -19,7 +19,7 @@ $result = '['; while ($isLastPage === false) { // Anywhere on netflix.com in console: netflix.appContext.state.model.models.serverDefs.data.BUILD_IDENTIFIER - $ch = curl_init('https://www.netflix.com/shakti/vbe1263cd/viewingactivity?pg=' . $currentPage . '&pgSize=100'); + $ch = curl_init('https://www.netflix.com/api/shakti/mre/viewingactivity?pg=' . $currentPage . '&pgSize=100'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_COOKIE, $cookie); -- cgit v1.2.3