From 6362a31bb256db876aa950581e3df0ec0d7ba04c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 11 Apr 2020 17:53:38 +0200 Subject: Updated shakti id --- assets/php/getData.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/php') diff --git a/assets/php/getData.php b/assets/php/getData.php index 4ae2580..f20b110 100755 --- a/assets/php/getData.php +++ b/assets/php/getData.php @@ -16,7 +16,8 @@ if ($debug) { $result = '['; while ($isLastPage === false) { - $ch = curl_init('https://www.netflix.com/api/shakti/v52f427f5/viewingactivity?pg=' . $currentPage . '&pgSize=100'); + // netflix.appContext.state.model.models.serverDefs.data.BUILD_IDENTIFIER + $ch = curl_init('https://www.netflix.com/api/shakti/vf10970d2/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