diff options
author | Marvin Borner | 2023-01-05 15:03:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-05 15:03:48 +0100 |
commit | a10ea4d3ae03406b230a1fbcbc77a60c48a7154e (patch) | |
tree | 0eed81a1a60203401f30a0c85896cdc4a4bfe4ab /assets/php | |
parent | b63f1f0ae48d14863cd2dc7da0d7310b513ed6a8 (diff) |
Diffstat (limited to 'assets/php')
-rwxr-xr-x | assets/php/getData.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |