Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Netflix #1564
Netflix #1564
Comments
|
Unfortunately, youtube-dl does not support netflix yet. I'll take this as a support request. Can you name some example URLs for you? I suspect that the ones I get; http://movies.netflix.com/WiMovie/Monty_Python_s_The_Meaning_of_Life/60029676 are somewhat specific to my system. |
|
Hi supporting Netflix download could be very useful |
|
Just as a piece of information that may be relevant, Netflix does not use flash objects for its streaming, it still uses Silverlight. I imagine most people here are aware of this, but to my knowledge, youtube-dl doesn't support any silverlight sites; which may make this much more difficult to realize (despite how much I'd love to see it happen). |
|
Netflix doesn't use Silverlight anymore for streaming, which is a plus. It uses Flash now, and HTML5 with encrypted media extensions (not supported in the current Firefox). Either way, the content is encrypted. I don't think that it's possible to implement it, even with those changes in mind. |
|
There are a couple of really interesting reads on Netflix's engineering blog regarding their use of HTML5 video and Encrypted Media Extensions. |
|
@danfiscus It's DRM'd/encrypted. It would have been broken by now if possible. |
|
@MrRobot12 it was broken a time ago, but those who figured it out haven't shared it. |
|
@TRox1972 source? Only the SD streams have been "broken" due to a convoluted loophole in a specific version of software. No one has broken encryption on the HD streams yet. The 720/1080/2160p "rips" you see online are not direct rips, they are done by screen capping. |
|
@MrRobot12 Maybe I'm wrong, but read this some time ago https://www.cs.ucsb.edu/~chris/research/doc/usenix13_moviestealer.pdf |
|
It is still available on their server: http://web-ic.dvdvideosoft.net/FreeNetflixDownloader_1.0.6.1206_d.exe |
|
Tried the Netflix downloader and it works. It's made in qt, so it would be hard to reverse engineer exactly how they grab the Netflix stream. When it downloads a video, it loads qtwebengine with params:
So we will need a flash/ppapi downloader. |
Is this utility works with Netflix downloading?
I have got the error:"ERROR: Invalid URL"
Thanks