diff options
author | Marvin Borner | 2020-04-11 17:53:38 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-11 17:53:38 +0200 |
commit | 6362a31bb256db876aa950581e3df0ec0d7ba04c (patch) | |
tree | 6fef66837441ed0b0e618a5b1c140698e85dd0d4 /assets/php | |
parent | 5a975adac4aeda46c5760fbe1770964610b0eeda (diff) |
Updated shakti id
Diffstat (limited to 'assets/php')
-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); |