node-netflix2
node-netflix2 copied to clipboard
A client library to access the not-so-public Netflix Shakti API.
Would be nice to be able to migrate the views too if there would be e.g. /setView or similar API?
This PR changes the authorization method from credentials to cookies. This means the user will have to login manually and then extract the cookies set in their browser by Netflix....
Is possible to retrieve stream url of video with this library?
C:\Users\BigRed-Acer\AppData\Roaming\npm\node_modules\netflix-migrate\node_modules\netflix2\lib\netflix2.js:404 self.authUrls[url] = context.netflix.reactContext.models.memberContext.data.userInfo.authURL ^ TypeError: Cannot read property 'data' of undefined at Request._callback (C:\Users\BigRed-Acer\AppData\Roaming\npm\node_modules\netflix-migrate\node_modules\netflix2\lib\netflix2.js:404:78) at Request.self.callback (C:\Users\BigRed-Acer\AppData\Roaming\npm\node_modules\netflix-migrate\node_modules\request\request.js:185:22) at Request.emit (events.js:198:13) at Request. (C:\Users\BigRed-Acer\AppData\Roaming\npm\node_modules\netflix-migrate\node_modules\request\request.js:1161:10) at Request.emit (events.js:198:13) at Gunzip. (C:\Users\BigRed-Acer\AppData\Roaming\npm\node_modules\netflix-migrate\node_modules\request\request.js:1083:12)...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Netflix has added reCAPTCHA to the login page. Normal login requests which do not specify the reCAPTCHA token fail with an error: `Looks like you have disabled JavaScript. Please enable...
Is there a method for playing a title once you've browsed for it? Ie: Search for Narcos, play Narcos?
Has there been any research on this topic? I would be willing to contribute, just wondering if it's already been discussed and has been dismissed or is it feasible to...
When I provide invalid credentials, instead of it throwing an Error object, it throws a runtime error and quits the program. The output: ```console /node_modules/netflix2/lib/netflix2.js:404 self.authUrls[url] = context.netflix.reactContext.models.memberContext.data.userInfo.authURL ^ TypeError:...
Login still seems to work, but any subsequent methods like `netflix.getProfiles()` will fail with a 404 now, sadly rendering this library unusable after years of working stably. It seems to...