Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Extracting Subs Netflix

(http://stream-recorder.com/forum/showthread.php?t=20380)

Drayden 10-23-2015 11:49 AM

Extracting Subs Netflix


 
Trying to figure out how to extract (only) the subs from a Netflix stream. I now it's possible because I've seen plenty of them posted online but can't, for the life of me, seem to find the subtitle file when the stream is playing.

Link to stream example: http://www.netflix.com/WiPlayer?movieid=80044545

Any pointers, please? :)

Denn1s 11-28-2015 02:53 PM

Re: Extracting Subs Netflix


 
ripped from netflix
I suppose you wanted the english subs, right? Save it on PC and then use then "Subtitle Edit" (google for it) to import this file as a normal SRT.

mrk2005 12-08-2015 07:52 AM

Re: Extracting Subs Netflix


 
Hi Denn1s, can you please explain the steps to follow to get those subs? Do I need to have a subscription?

Here's a link: http://www.netflix.com/watch/7021860...c36f-136495097

I'd only need the subs.

Thanks!

Denn1s 12-28-2015 08:22 AM

Re: Extracting Subs Netflix


 
Sorry for late answer, i rarely come here :(
yes, you need a valid subscription... my first language is not english, so it's a little complicated for me to explain the steps but if you use Chrome, you just need to use his developer tools and to look for all the packets that are transmitted... one of them will be the subtitles that you need. Then you just need to import them in another tool like Subtitle Edit to convert them in SRT.
The link that you provided, in Netflix Italy, is for an episode of How I Met Your Mother and the only subs that i could extract, would be the italian ones... (i should use a VPN to get an american IP to connect to Netflix USA to see also the english ones but i am little lazy to do it...)

mrk2005 01-04-2016 01:51 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by Denn1s (Post 81924)
Sorry for late answer, i rarely come here :(
yes, you need a valid subscription... my first language is not english, so it's a little complicated for me to explain the steps but if you use Chrome, you just need to use his developer tools and to look for all the packets that are transmitted... one of them will be the subtitles that you need. Then you just need to import them in another tool like Subtitle Edit to convert them in SRT.
The link that you provided, in Netflix Italy, is for an episode of How I Met Your Mother and the only subs that i could extract, would be the italian ones... (i should use a VPN to get an american IP to connect to Netflix USA to see also the english ones but i am little lazy to do it...)

Hi Denn1s, thanks for reply.
I even tried with a valid account and BitAnalizer and Fiddler too, to find the packet with the subs, but looks like they're encrypted or something.
I could switch between Italian and English subs in that episode, but couldn't extract either of them.
Would you mind to explain what I have to do with chrome step by step? Thanks!

MoonLaf 01-06-2016 04:14 PM

Re: Extracting Subs Netflix


 
Hi,

I'm also looking for a way to extract the subtitles.

I've used chrome developer tools and I can see the subtitles as png files, but I think that I need also the XML file or a similar file which has the timing for those subs.

Any suggestions?

SlowNet 01-07-2016 12:54 AM

Re: Extracting Subs Netflix


 
I found this ' https://github.com/isaacbernat/netflix-to-srt '.

I tried to find the stream url for subs, but, no luck. Can't even see anything else here

MoonLaf 01-07-2016 08:12 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by SlowNet (Post 82085)
I found this ' https://github.com/isaacbernat/netflix-to-srt '.

I tried to find the stream url for subs, but, no luck. Can't even see anything else here

Hi SlowNet,

I found this page earlier, but it seems that Netflix have changed the format of the subtitle index file from dfxp to something else.

What we need is to know what is the new subtitle indexing file on which the timing of the subtitles is stored and that's it, as we can see the subtitles very easily using developers tools.

I hope someone can step up and enlighten us.

Denn1s 01-10-2016 03:31 AM

Re: Extracting Subs Netflix


 
Guys, netflix subtitles are NOT encrypted and they are NOT in png.
My english is not very good anyway, there is a reason why i said to use Chrome and not other browsers. There, i know for sure that it will work using HTML5 which is the way to make appear the subtitles as i explained above. Other systems rely not on HTML5, and you can not extract the subs.
Operation is EASY. Just try again with Chrome and his developer tools and look ALL the packets. You will see a lot of packets which are encrypted (they are the segmented videos) but if you look fine you will see also the subs.
Watch the image (penny dreadful episode)



Easy, no?
Then you must to save the page, and you must to import it in the tool "Subtile Edit". That's all!
Let me know...

derickhommie 01-10-2016 04:21 AM

Re: Extracting Subs Netflix


 
You are right buddy! this method works for many subtitles but for some it is not available in one file but as separate .PNG files and you need to play the whole movie to have them all the .PNG.

I have no idea how to convert .png to srt and there is no play time either :S so I'm not sure if it will work :S

Thank you!

Denn1s 01-10-2016 08:59 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by derickhommie (Post 82150)
You are right buddy! this method works for many subtitles but for some it is not available in one file but as separate .PNG files and you need to play the whole movie to have them all the .PNG.

I have no idea how to convert .png to srt and there is no play time either :S so I'm not sure if it will work :S

Thank you!

I admit, I never found those PNG that you say :/ Makes me an example, please? I am curious :)

n0b0dySpec1al 01-10-2016 05:54 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by Denn1s (Post 82148)
Guys, netflix subtitles are NOT encrypted and they are NOT in png.
My english is not very good anyway, there is a reason why i said to use Chrome and not other browsers. There, i know for sure that it will work using HTML5 which is the way to make appear the subtitles as i explained above. Other systems rely not on HTML5, and you can not extract the subs.
Operation is EASY. Just try again with Chrome and his developer tools and look ALL the packets. You will see a lot of packets which are encrypted (they are the segmented videos) but if you look fine you will see also the subs.
Watch the image (penny dreadful episode)



Easy, no?
Then you must to save the page, and you must to import it in the tool "Subtile Edit". That's all!
Let me know...

nice writeup. easy to figure out. Now we just need a python script to do all the work for us lol

mrberni 01-11-2016 11:24 AM

Re: Extracting Subs Netflix


 
You can also download the subtitles in .dfxp format by using Bluestacks with the Netflix Android App and sniff the traffic with e.g. URL Snooper 2.

mrk2005 01-11-2016 11:48 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by Denn1s (Post 82148)
Guys, netflix subtitles are NOT encrypted and they are NOT in png.
My english is not very good anyway, there is a reason why i said to use Chrome and not other browsers. There, i know for sure that it will work using HTML5 which is the way to make appear the subtitles as i explained above. Other systems rely not on HTML5, and you can not extract the subs.
Operation is EASY. Just try again with Chrome and his developer tools and look ALL the packets. You will see a lot of packets which are encrypted (they are the segmented videos) but if you look fine you will see also the subs.
Watch the image (penny dreadful episode)



Easy, no?
Then you must to save the page, and you must to import it in the tool "Subtile Edit". That's all!
Let me know...

It works, thanks a lot!!!

n0b0dySpec1al 01-11-2016 11:57 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by mrberni (Post 82174)
You can also download the subtitles in .dfxp format by using Bluestacks with the Netflix Android App and sniff the traffic with e.g. URL Snooper 2.

also saves time and is a ton easier lol

5ere 03-07-2016 11:49 AM

Re: Extracting Subs Netflix


 
I have followed the procedure explained by Denn1s and it works. Unfortunately, I also need the timecodes. How can I keep this info in the xml file?

triple7 03-07-2016 04:47 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by 5ere (Post 83019)
I have followed the procedure explained by Denn1s and it works. Unfortunately, I also need the timecodes. How can I keep this info in the xml file?

Import the file you downloaded to Subtitle Edit and you will be able to save it to .srt, which is the most popular subtitle format. All timecodes should be preserved. As a matter of fact, the file you've downloaded in the first place already has all its timecodes in it but the format it came in isn't friendly to most subtitle readers available out there - that's why you'd want to convert it to another format such as .srt.

5ere 03-08-2016 02:34 AM

Re: Extracting Subs Netflix


 
Thanks a lot. I have tried to open it with Subtitle Workshop and I couldn't see them and then with Notepad ++ and there they were. I'll try with that one and will let you know.

The Blue Dragon 04-13-2016 11:24 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by Denn1s (Post 82148)
Guys, netflix subtitles are NOT encrypted and they are NOT in png.
My english is not very good anyway, there is a reason why i said to use Chrome and not other browsers. There, i know for sure that it will work using HTML5 which is the way to make appear the subtitles as i explained above. Other systems rely not on HTML5, and you can not extract the subs.
Operation is EASY. Just try again with Chrome and his developer tools and look ALL the packets. You will see a lot of packets which are encrypted (they are the segmented videos) but if you look fine you will see also the subs.
Watch the image (penny dreadful episode)



Easy, no?
Then you must to save the page, and you must to import it in the tool "Subtile Edit". That's all!
Let me know...


your way is working fine but only work for me with English subtitle other language not working its not showing any xml subtitle only for english =(

Denn1s 04-18-2016 04:16 AM

Re: Extracting Subs Netflix


 
Before all, as usual sorry for my bad english.

Blue dragon, obviously before you must to select the language subtitle that you want... anyway probably there is a faster way to get the subs... now i use Firefox and Adblockplus. Try this... Start the movie with your wanted subtitle then click the adblock plus firefox addon as in the image



then write in the search box /? as in the image (this is the italian version, but you should see something similar)



It should appear the link of the subtitle that you are looking for. Now you can save it and you can import it in Subtitle Edit as i explained in the other post. Let me know if it works :)

illfated 04-20-2016 11:41 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by Denn1s (Post 83966)
Before all, as usual sorry for my bad english.

Blue dragon, obviously before you must to select the language subtitle that you want... anyway probably there is a faster way to get the subs... now i use Firefox and Adblockplus. Try this... Start the movie with your wanted subtitle then click the adblock plus firefox addon as in the image



then write in the search box /? as in the image (this is the italian version, but you should see something similar)



It should appear the link of the subtitle that you are looking for. Now you can save it and you can import it in Subtitle Edit as i explained in the other post. Let me know if it works :)

Thank you but Korean subtitles do not appear as XML, they apparently get streamed as PNG files line by line. I tried chrome/f12/network and the Firefox Adblock method. Nothing appears with /? and only PNGs in Chrome to see

Denn1s 04-20-2016 02:44 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by illfated (Post 84013)
Thank you but Korean subtitles do not appear as XML, they apparently get streamed as PNG files line by line. I tried chrome/f12/network and the Firefox Adblock method. Nothing appears with /? and only PNGs in Chrome to see

Eh, to be honest, I don't know.. in that case i suppose you can only do some OCR :( Subtitle Edit could be good also in this case, good luck with it :)

mrberni 04-25-2016 10:41 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by illfated (Post 84013)
Thank you but Korean subtitles do not appear as XML, they apparently get streamed as PNG files line by line. I tried chrome/f12/network and the Firefox Adblock method. Nothing appears with /? and only PNGs in Chrome to see

If you want the png subtitles file, you can do the following: Use the android Netflix app on any Android emulator and sniff the network traffic. The Korean subtitles should have an .isc ending. It basically is a .zip file, which contains a series of .png files, two .idx files and a .xml file.

Here an example from a Japanese subtitle, but Korean should be the same:
Code:

http://so1.akam.nflximg.com/soa7/956/811690956.isc?v=1&e=1445650627&t=U83piwrKlqJfqWNMiveD3GNNXiA

illfated 05-04-2016 10:08 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by mrberni (Post 84079)
If you want the png subtitles file, you can do the following: Use the android Netflix app on any Android emulator and sniff the network traffic. The Korean subtitles should have an .isc ending. It basically is a .zip file, which contains a series of .png files, two .idx files and a .xml file.

Here an example from a Japanese subtitle, but Korean should be the same:
Code:

http://so1.akam.nflximg.com/soa7/956/811690956.isc?v=1&e=1445650627&t=U83piwrKlqJfqWNMiveD3GNNXiA

what android emulator would you recommend? Andy didn't want to play the video on netflix and Bluestacks just freezes at loading the Netflix app.

AlvoErrado2 05-10-2016 01:24 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by illfated (Post 84204)
what android emulator would you recommend? Andy didn't want to play the video on netflix and Bluestacks just freezes at loading the Netflix app.

Quote:

Bluestacks 0.10.0.4321

This version works perfectly.:D

mrberni 05-10-2016 06:45 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by illfated (Post 84204)
what android emulator would you recommend? Andy didn't want to play the video on netflix and Bluestacks just freezes at loading the Netflix app.

Sorry for no reply, but I get my notification e-mails about this topic only 1 week after someone posted something.
I used the same Bluestacks version as AlvoErrado2.

MoonLaf 07-11-2016 06:35 PM

Re: Extracting Subs Netflix


 
Is there anyway to get the subtitle link without playing the video?

uart 09-26-2016 02:19 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by AlvoErrado2 (Post 84274)
This version works perfectly.:D

I get a 'connection failure' from the Netflix app inside the above mentioned version of BlueStacks:
Quote:

Sorry, we could not reach the Netflix service. Please try again later. (-9)
Is there a way to get this zip/ics file using the chrome browser method? (internal debug tools)

Denn1s 09-26-2016 04:23 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by uart (Post 87795)
I get a 'connection failure' from the Netflix app inside the above mentioned version of BlueStacks:


Is there a way to get this zip/ics file using the chrome browser method? (internal debug tools)

Give a look here --> Click me

zhoubo518 04-03-2017 06:27 AM

Re: Extracting Subs Netflix


 
Korean and Chinese subtitles do not appear as XML, they apparently get streamed as PNG files line by line. and I tried above all the methods no working. zip/ics file cannt be searched. Maybe Netflix has fix this issue. Has any method to extract Netflix PNG subtitles?

ahlawy1222 09-18-2017 07:36 PM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by zhoubo518 (Post 90720)
Korean and Chinese subtitles do not appear as XML, they apparently get streamed as PNG files line by line. and I tried above all the methods no working. zip/ics file cannt be searched. Maybe Netflix has fix this issue. Has any method to extract Netflix PNG subtitles?

Arabic subtiles appear as PNG files also
We can exract it easily by sniffing the traffic with
Quote:

/range/35-
as filter
I am using adblock plus and open blockaple items(CTRL+SHIFT +V)


The link will be like this
Code:

https://ipv4_1-lagg0-c004.1.mil001.ix.nflxvideo.net/range/35-109189?o=AQFFx5dPXvXaVf6LS2ecqyDYBEUnyquTEuaJd-mAlnGLuRer8aZdu7KtQSnHDv9YoYsnkM6zXSUQoXRUrvQn4V0oMwbU25lZborye0eZYttlt-fRbuz-a1rUGfGiaE4k0SmVxRaYG4TFpakeLz-q_QWG-YVUAf6uRDJuqQjOLmc&v=3&e=1505827627&t=O8bchcQJdPyr4jJeEC2TpZyfKMY
Delete the number after the word range and write nine number before and after the dash like that
Code:

/range/35-10590
to
Code:

/range/9999999888-77777777777
So the link will be like that
Add it to idm and download
then extract and import the xml file to sub edit

lebble 10-08-2017 11:58 AM

Re: Extracting Subs Netflix


 
Please, help me to extract a file with russian language on Netflix. :o
(the video link: https://www.netflix.com/watch/801947...f3a2b-53814955)

I can't even say, if it png.file or not.
Tried a privious method with Firefox but after CTRL+SHIFT +V none files are found. Please, recommend something!

BlackPanther 10-09-2017 06:37 AM

Re: Extracting Subs Netflix


 
Quote:

Originally Posted by lebble (Post 94607)
Please, help me to extract a file with russian language on Netflix. :o
(the video link: https://www.netflix.com/watch/801947...f3a2b-53814955)

I can't even say, if it png.file or not.
Tried a privious method with Firefox but after CTRL+SHIFT +V none files are found. Please, recommend something!

Russian Subs are .png.

- download the File I just send you
- extract .zip
- open manifest.xml with subtitle edit
- OCR them
- enjoy

lebble 10-10-2017 10:58 AM

Re: Extracting Subs Netflix


 
I want to thank everybody in the thread.
You are of great help people! :)
BlackPanther, you are a professional salvor, you didn't let me drown in there. And with all your help I've sorted out everything just like I did it myself, thank you!!!

inuboy 10-21-2017 06:31 PM

Re: Extracting Subs Netflix


 
Not sure if this is my error or if they changed things, but the URLs I am seeing are different. They look like this:

Code:

https://ipv4-c017-tyo001-ix.1.oca.nflxvideo.net/range/0-11189?o=AQE1GByQTqdVQ0XVeRVfUUUSwd5fzPCaR3aYKrf4AHdL0legfdCQsbgtur9BfXxe9H1zIBRS2p2GjiwwY08iuiwh1eBTzUnUTfexq2URwyyrLkAwI4EQ_IjCp4gQ3PFevar3QVMwxs6YGCp5fWqAM9srY88r8q_W-ayYMEmplH1EsaiYr8Xe2-oyR1MAQ1iixPaviSPLIys&v=3&e=1508671845&t=5S6jDtqSsh46HiAiV66UazL2vZY&random=91719854267980128
With the beginning of the URL different, and &random= being added. Many of these show up with the two range numbers being different every time. How do I know which ones are the subtitles? I've managed to download from one of these URLs but it wouldn't let me open it as an archive, even after renaming it to .zip.


All times are GMT -6. The time now is 12:23 PM.