isaacbernat / netflix-to-srt

Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
MIT License
741 stars 72 forks source link

Can't find .dfxp file #1

Closed FFY00 closed 8 years ago

FFY00 commented 8 years ago

netflix_dfxp

isaacbernat commented 8 years ago

I am sorry that you can't find the .dfxp files following the instructions. If you find an alternative way, please tell me so I can update them accordingly.

FFY00 commented 8 years ago

I didn't find yet, I fully debuged netflix network comunication but I couldn't find it.

sup3rgiu commented 8 years ago

I've the same problem. Can't find the .dfxp. I tried with English subs and Italian subs but with no luck :/

berndy2001 commented 8 years ago

In Chrome press F12 for devtools, goto Network and load your movie/episode. Select the subtitle you want. In devtools sort by name and look for a file with "?o=" at the beginning of the name.

screen

isaacbernat commented 8 years ago

Thanks @berndy2001 ! I added instructions based on your comment in the readme.