View Single Post
  #4  
Old 11-05-2013, 07:41 AM
mirax2 mirax2 is offline
Junior Member
 
Join Date: Nov 2013
Posts: 17
mirax2 is on a distinguished road
Default

Re: how to get video and subtitles from this site with rtmpdump


I finally found the subtitles hidden in a png file.
The file content-type was "plain/text" instead of "image/png".
I should have noticed it sooner

I then found how to decrypt and decode the file through a function in a swf file loaded as an addon with the player.

I now got the subtitles in a .ass format


So now i'll just have to automate it through a script to get the videos + subtitles and then mux them
Reply With Quote