View Single Post
  #109  
Old 02-12-2015, 12:48 PM
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


Quote:
Originally Posted by askshrikrishna View Post
i can download!!! Thnaks biezom.
but cmd immediately starts downloading 720p, so the file size is huge. how can i download 360p. you siad replace it in code, do i need to change code before starting it or i have to interrupt when it reaches to "[cli] [info] available streams: .... ..... 720p (best)" and i have to change that 720p written before (best)?

bytheway biezom, r u a software developer?
many many thanks... one more time
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=........~ac l=/*~hmac=............................&g=..........&h dcore=3.5.0&plugin=aasp-3.5.0.151.81" best -o video.ts


best designates the quality, if you want 360p quality.
just change best >> 360p
so we have
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=........~ac l=/*~hmac=............................&g=..........&h dcore=3.5.0&plugin=aasp-3.5.0.151.81" 360p -o video.ts

i'm not a software developer I do not have sufficient skills and knowledge.
I did not invent this method. I read on this forum or another.
Reply With Quote