pymsl
pymsl copied to clipboard
Python library for interacting with the Netflix MSL API
Hi everyone, Few days ago, I got now an index list error when i'm trying to retrieve the manifest. By printing the http reponse I see that it got a...
Hello, it looks that profiles have a weird behavior. I'm still doing my test on episode 1 of Girl From Nowhere The default in the README are not the same...
Another error 'dataBase64': base64.b64encode(challenge).decode('utf-8'), File "/usr/lib/python2.7/base64.py", line 54, in b64encode encoded = binascii.b2a_base64(s)[:-1] TypeError: b2a_base64() argument 1 must be string or buffer, not int Any idea?
Hi, is there a possibility that it will be implemented the `https://www.netflix.com/api/shakti/v10733b56/metadata` metadata api request in pymsl ? In order to get all the metada infos of a full show...
``` profiles = ['playready-h264hpl30-dash', 'playready-h264hpl31-dash', 'playready-h264hpl40-dash', 'playready-h264mpl30-dash' 'playready-h264mpl31-dash', 'playready-h264mpl40-dash', 'dfxp-ls-sdh'] client = pymsl.MslClient( {'scheme': 'EMAIL_PASSWORD', 'authdata': { 'email': username, 'password': password } }, esn = utils_generate_esn('NFCDCH-02-'), drm_system = 'widevine', profiles...
I tried the sample code with the correct email and password and am getting an error `ManifestError: Email or password is incorrect.` ``` import pymsl user_auth_data = { 'scheme': 'EMAIL_PASSWORD',...