View Single Post
  #89  
Old 02-12-2015, 02:51 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Download from hotstar.com


hello
If you are not blocked by the geographical restriction or if you have a good vpn, you can use livestreamer
1) install adblock plus firefox addon
2) start the video
3) click ABP icon click Open blockable items



4) search for 'manifest' (without ' ')



5) copy the url
we have an url that looks like this
"http://staragvod-vh.akamaihd.net/z/videos/plus/svss/3/1000010422_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=.............~exp=........~a cl=/*~hmac=............................&g=..........&h dcore=3.5.0&plugin=aasp-3.5.0.151.81"
with numbers and/or letters in place of ......... (for each launch of a video, the numbers and letters are different)


6) close the video (important)



7) use the url with livestreamer
but you need change
http >> https
z >> i
manifest.f4m >> master.m3u8
so we have
Code:
livestreamer "hlsvariant://https://staragvod-vh.akamaihd.net/i/videos/plus/svss/3/1000010422_,180,400,800,1300,2000,_STAR.mp4.csmil/master.m3u8?hdnea=st=.............~exp=........~acl=/*~hmac=............................&g=..........&hdcore=3.5.0&plugin=aasp-3.5.0.151.81" best -o video.ts
Reply With Quote