View Single Post
  #3  
Old 06-23-2017, 01:56 AM
iamsumit iamsumit is offline
Member
 
Join Date: Dec 2015
Posts: 72
iamsumit is on a distinguished road
Default

Re: how can i download m4a format in gaana


Quote:
Originally Posted by j_cool View Post
Mr.Pathi,


click on one song to play, get url with HLS Stream Detector, firefox extension:

Code:
http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674

get the song with streamlink:

Code:
C:\>streamlink.exe hlsvariant://"http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674"
[cli][info] Found matching plugin stream for URL hlsvariant://http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674
Available streams: 65k (worst, best)

C:\>streamlink.exe hlsvariant://"http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674" best
[cli][info] Found matching plugin stream for URL hlsvariant://http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674
[cli][info] Available streams: 65k (best, worst)
[cli][info] Opening stream: 65k (hls)
[cli][info] Starting player: C:\P\VLC\vlc.exe
[cli][info] Stream ended
[cli][info] Closing currently open stream...

C:\>streamlink.exe hlsvariant://"http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674" best -o song.mp4
[cli][info] Found matching plugin stream for URL hlsvariant://http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674
[cli][info] Available streams: 65k (worst, best)
[cli][info] Opening stream: 65k (hls)
[download][song.mp4] Written 1.6 MB (1s @ 1.5 MB/s)
[cli][info] Stream ended
[cli][info] Closing currently open stream...

I think i got everything right except this-

Code:
http://vodhls-vh.akamaihd.net/i/mp4/64/92/1916492/21770525.mp4/master.m3u8?set-akamai-hls-revision=5&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674
How did you get the 2nd part of the URL; this part
Code:
&hdnts=st=1496669056~exp=1496687056~acl=/i/mp4/64/92/1916492/21770525.mp4/*~id=c3c1bf67d61cab99e5ed1722c283670f~hmac=ebc8a06c1cb7c7d5f784cce7aef0e6ca7cf5bc7cf3fa72f3c22b59c54543f674
The HLS stream detector does not give this in the URL captured. Am i missing something here?
Reply With Quote