Skip to content
New issue

Netflix #1564

Open
shaybracha opened this issue on Oct 6, 2013 · 12 comments

Comments

@shaybracha

Is this utility works with Netflix downloading?

I have got the error:"ERROR: Invalid URL"

Thanks

@phihag
Contributor

phihag commented on Oct 6, 2013

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
http://movies.netflix.com/WiPlayer?movieid=70143824

are somewhat specific to my system.

@HalosGhost

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).

@rrooij
Contributor

rrooij commented on Feb 14, 2015

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.

@julien-c

There are a couple of really interesting reads on Netflix's engineering blog regarding their use of HTML5 video and Encrypted Media Extensions.

@MrRobot12

@danfiscus It's DRM'd/encrypted. It would have been broken by now if possible.

@TRox1972
Contributor

TRox1972 commented on Jul 30, 2016

@MrRobot12 it was broken a time ago, but those who figured it out haven't shared it.

@MrRobot12

@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.

@TRox1972
Contributor

TRox1972 commented on Jul 31, 2016

@HeroCC

HeroCC commented on Jun 25, 2017

It no longer is avaliable for download, but if someone has a copy of this they can share, maybe someone could reverse engineer it? Or find out what this does to download shows? Neither are open source as far as I can tell unfortunately.

@Rudloff
Contributor

Rudloff commented on Jun 25, 2017

It is still available on their server: http://web-ic.dvdvideosoft.net/FreeNetflixDownloader_1.0.6.1206_d.exe
(I didn't try it though.)

@judge2020

judge2020 commented on Oct 26, 2017

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:

"C:\Program Files (x86)\DVDVideoSoft\Free Netflix Downloader\QtWebEngineProcess.exe" --type=ppapi --channel="271400.1.858156865\1682689638" --no-sandbox --ppapi-flash-args --lang=en --device-scale-factor=1 /prefetch:3

So we will need a flash/ppapi downloader.

@ytdl-org ytdl-org deleted a comment from Luraktinus on Jan 21, 2018
@ytdl-org ytdl-org locked and limited conversation to collaborators on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from mortensassi on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from TechComSpot on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from danfiscus on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from frdmn on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from mikh86 on Jan 21, 2018
@ytdl-org ytdl-org deleted a comment from claell on Jan 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
10 participants