View Single Post
  #68  
Old 06-13-2014, 03:23 PM
ItsAngel ItsAngel is offline
Senior Member
 
Join Date: Jul 2012
Posts: 102
ItsAngel is on a distinguished road
Default

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


Quote:
Originally Posted by enrud View Post
OK, I wrote a python script that does what you were trying to do in php. It requires that you have already downloaded the files from the cdn. I tested it against your shrek sample. It will also work against HD stuff as well.

This runs in Python 2.7 and requires either the pycrypto or M2Crypto packages which implement AES. This *should* work platform independently, but I haven't tested that.

Have fun.
thank you! question, every time i try running the script, i get this in response. did i miss a step?

"I:\Python27>python decrypt.py
Traceback (most recent call last):
File "decrypt.py", line 19, in <module>
except ImportException:
NameError: name 'ImportException' is not defined

I:\Python27>"
Reply With Quote