aboutsummaryrefslogtreecommitdiff
path: root/assets/php
diff options
context:
space:
mode:
authorMarvin Borner2023-01-05 15:03:48 +0100
committerMarvin Borner2023-01-05 15:03:48 +0100
commita10ea4d3ae03406b230a1fbcbc77a60c48a7154e (patch)
tree0eed81a1a60203401f30a0c85896cdc4a4bfe4ab /assets/php
parentb63f1f0ae48d14863cd2dc7da0d7310b513ed6a8 (diff)
Fixed some thingsHEADmaster
Diffstat (limited to 'assets/php')
-rwxr-xr-xassets/php/getData.php2
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);