View Single Post
  #2  
Old 05-31-2014, 10:46 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: watchdisneychannel/watchdisneyxd subtitles


Quote:
Originally Posted by mrberni View Post
found out, that they are in the .m3u8 file of the video in a different .m3u8 file.

like this:
Code:
http://content-ause1.uplynk.com/734ba7cd63a249a4bf076551a6a22555/sub3.m3u8
Anyone knows how to download them?
Those are in WebVTT format. You can download them with ffmpeg, just like any m3u8 playlist;
Code:
ffmpeg -i "http://content-ause1.uplynk.com/734ba7cd63a249a4bf076551a6a22555/sub3.m3u8" -c copy sub3.vtt
Besides WebVTT, there is also xml;
Code:
http://cdn.video.abc.com/video_disneyxd/cc/GRV_016_TVSHORTS1_WEBISODE_86aec881-8272-49b2-821c-082245d8f063_10014130.xml
Reply With Quote