diff options
-rwxr-xr-x | assets/php/getData.php | 3 |
1 files changed, 2 insertions, 1 deletions
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); |