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
13.paste it in the .txt file you created [not within the ffmpeg command, anywhere below], we only need the flavorId from the above link, ex:- 0_36xha2zk
14. copy the flavorId and replace the flavorId in the ffmpeg command ex:- "0_adzi2jgd" with "0_36xha2zk" [VERY IMPORTANT, FOR QUALITY YOU DESIRE]
15. open a command window in the folder (hold shift right click in the folder, open command window here)
16. paste the ffmpeg command you created in the command window , 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_36xha2zk/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
17.hit enter, that's all guys
voot links are now time bound so if you are slow, links expire, so follow up from step 6 above.
I know it's lengthy and you may encounter problems, just quote to my post, i will try to get back to you, thank you.