View Single Post
  #1  
Old 08-10-2017, 03:46 PM
sscomp32 sscomp32 is offline
Senior Member
 
Join Date: Apr 2014
Posts: 167
sscomp32 is on a distinguished road
Default

Re: Downloading from voot.com


Quote:
Originally Posted by barik_links View Post
First things first, you will need 1. IDM(internet download manager)installed 2.ffmpeg
i will proceed with this voot video link as an example: https://www.voot.com/shows/shani/1/4...hanuman/521536
steps:-
1.create a folder (name it as short as possible without any spaces, ex:-vdownload)
2.download ffmpeg from here: https://ffmpeg.zeranoe.com/builds/
3. extract the zip file, copy only ffmpeg.exe from the bin folder to the folder you just created
4.create a .txt file (right click->new->Text Document)
5.copy the following,as it is: ffmpeg -i "" -c copy video.ts paste it in the .txt file
6.go to the voot video page , once you see the IDM prompt download video, click it, it will list multiple video links, click any one of them(just like what you do for any youtube videos), DO NOT proceed with the download, where it is written URL, select , copy the link, it should look like

this:
https://vootvideo.akamaized.net/s/en...p4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f

7.now paste it within the double quotes after -i in ffmpeg -i "paste here" in the .txt file, should look like this:
ffmpeg -i "https://vootvideo.akamaized.net/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_adzi2jgd/name/a.mp4/index.m3u8?

__hdnea__=st=1501216496~exp=1501220096~acl=/s/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_t78v1je5/v/2/pv/1/flavorId/0_*~hmac=1de2b09b0967538b045da2a86ffae6eae035160a1 ed683e08c483213a8aad78f" -c copy video.ts

8.go to the link: http://player.kaltura.com/kWidget/te...etSources.html , at the bottom of the page do:
9.enter partnerId : 1982551 in the box [it's always the same for voot.com]
10.enter entryId : copy after "........./entryId/xxxxxxx/..........." as in the example it is "0_t78v1je5"
11. now click get sources button
12.now copy link of any video quality listed under Source list: ex:- avc1 1080p , right click, copy link location, should look like this:

http://cdnbakmi.kaltura.com/p/198255...col/http/a.mp4
There is absolutely no need for anything after this.

When you do step 12, Just right click the quality link you want and click download with IDM. It will start downloading.

You will get a direct mp4 link which will be resumable and you can download as you wish.

Thanks barik_links .

I knew a different method to get the mp4 links but this is even better.
Reply With Quote