View Single Post
  #17  
Old 02-08-2015, 01:43 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help Download M3U8 Stream from Zeetv


Quote:
Originally Posted by sscomp32 View Post
Livestreamer method also does not Work.

Can some body help?

Link to the video i want to download:
http://www.zeetv.com/shows/qubool-ha...l-episode.html
You can use adblock plus firefox addon too to find m3u8 url and livestreamer to download

1) install adblock plus firefox addon
2) start the video
3) click ABP icon click Open blockable items
4) search for 'master.m3u8?hdnea' (without ' ')
5) copy the url
6) close the page video
7) use the url with livestreamer
Code:
livestreamer "hlsvariant://http://dittotv1-vh.akamaihd.net/i/draco/shows/Zee_TV/Qubool_Hai/February/06022015/Qubool_Hai_Episode_06022015_,100,364,564,864,.mp4.csmil/master.m3u8?hdnea=st=.................~exp=..............~acl=*~hmac=................................................" best -o test.ts
with in red your own url given by adblockplus addon


Code:
livestreamer "hlsvariant://http://dittotv1-vh.akamaihd.net/i/draco/shows/Zee_TV/Qubool_Hai/February/06022015/Qubool_Hai_Episode_06022015_,100,364,564,864,.mp4.csmil/master.m3u8?hdnea=st=.............~exp=.............~acl=*~hmac=......................................" best -o test.ts
[cli][info] Found matching plugin stream for URL hlsvariant://http://dittotv1-vh.akamaihd.net/i/draco/shows/Zee_TV/Qubool_Hai/February/06022015/Qubool_Hai_Episode_06022015_,100,364,564,864,.mp4.csmil/master.m3u8?hdnea=st=.................~exp=.............~acl=*~hmac=..........................................
[cli][info] Available streams: 144p (worst), 240p, 360p, 480p (best)
[cli][info] Opening stream: 480p (hls)
[download][test.ts] Written 138.1 MB (2m47s @ 1.1 MB/s)                                                                                     [cli][info] Stream ended
Reply With Quote