View Single Post
  #61  
Old 04-05-2016, 04:16 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Downloading from voot.com


the method is bit tricky but simple...

1st play video normally in your browser and copy the mpd link from network tab in devolper tool by pressing F12..

for example for this episode http://www.voot.com/shows/khatron-ke...-finale/389224

the mpd link is

Code:
http://video.voot.com/edash/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_,s70wvy0u,rq528j27,o8ql2x0l,/forceproxy/true/name/a.mp4.urlset/manifest.mpd
copy the last code in red only its 1080p and green is 720p

now change your browser useragent to ipad or iphone and play video and copy the m3u8 link from network tab of devolper tool

the m3u8 link for episode is

Code:
http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_bdfpvmpv/name/a.mp4/index.m3u8
now replace the blue code with red code (1080p) or to green (720p)

the link will look like this now for 1080p

Code:
http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_o8ql2x0l/name/a.mp4/index.m3u8
simple open the cmd as administrator and go to livestreamer directory using CD command and use the command

Code:
livestreamer "hls://http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_vv9bzx3d/v/2/pv/1/flavorId/0_o8ql2x0l/name/a.mp4/index.m3u8" best -o "output.ts"
you are done Enjoy...

Reply With Quote