Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Downloading from voot.com

(http://stream-recorder.com/forum/showthread.php?t=20852)

jazzygujjar 07-28-2017 03:51 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by barik_links (Post 93079)
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.

Dear its giving error
HTTP error 400 Bad Request

jazzygujjar 07-28-2017 07:01 AM

Re: Downloading from voot.com


 
HTTP error 404 Not Found
http://vootvideo.akamaized.net/enc/f...p4/index.m3u8: Server returned 404 Not Found

barik_links 07-28-2017 07:00 PM

Re: Downloading from voot.com


 
jazzy your link is missing "hdnea" and "hmac " values. when you copy the url from IDM, you have to copy the entire thing like:

https://vootvideo.akamaized.net/s/en...eb1155b5d9ac16

as i have said before, these links are dynamic and "hmac" values change over time, so you have to be prompt in doing step 6 through step 17. hope that helps.

xangetsue 08-10-2017 07:06 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by barik_links (Post 93107)
jazzy your link is missing "hdnea" and "hmac " values. when you copy the url from IDM, you have to copy the entire thing like:

https://vootvideo.akamaized.net/s/en...eb1155b5d9ac16

as i have said before, these links are dynamic and "hmac" values change over time, so you have to be prompt in doing step 6 through step 17. hope that helps.

thanks a lot bro u have helped me a lot :))

xangetsue 08-10-2017 07:13 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by jazzygujjar (Post 93090)
HTTP error 404 Not Found
http://vootvideo.akamaized.net/enc/f...p4/index.m3u8: Server returned 404 Not Found

1-dude u have to install ffmpeg on ur pc first and here's a link to learn how to:
http://adaptivesamples.com/how-to-in...eg-on-windows/

2-after u successfully install ffmpeg follow this post to get the link of the video u want to download:
http://stream-recorder.com/forum/sho...33&postcount=1

3-then u have to run the command prompt (cmd) and write this command
Code:

ffmpeg -i "HERE PASTE THE LINK U GOT FROM 9XBUDDY"
 -c copy video.ts/mp4

you can select the format of the output video (ts or mp4)
hope this helps


Thanks for everyone who helps us here : biezom,,AnoX007,barik_links,lottery IcTv

jazzygujjar 08-10-2017 07:25 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by xangetsue (Post 93424)
1-dude u have to install ffmpeg on ur pc first and here's a link to learn how to:
http://adaptivesamples.com/how-to-in...eg-on-windows/

2-after u successfully install ffmpeg follow this post to get the link of the video u want to download:
http://stream-recorder.com/forum/sho...33&postcount=1

3-then u have to run the command prompt (cmd) and write this command
Code:

ffmpeg -i "HERE PASTE THE LINK U GOT FROM 9XBUDDY"
 -c copy video.ts/mp4

you can select the format of the output video (ts or mp4)
hope this helps


Thanks for everyone who helps us here : biezom,,AnoX007,barik_links,lottery IcTv

I m form pakistan thats why no method working for me without vpn software and vootstreamer working without any Vpn software

xangetsue 08-10-2017 07:59 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by jazzygujjar (Post 93425)
I m form pakistan thats why no method working for me without vpn software and vootstreamer working without any Vpn software

actually the method I mentioned above works for all countries except for one step#2 (getting the links of videos you want through 9xbuddy) but i can help u in this step where i can provide you with all the links of any video you like to download, u just do as i posted above and let me know when u finish step 1

tienhinhconcho2018 08-10-2017 10:50 AM

Re: Downloading from voot.com


 
Cho??ng: Từ bá»? showbiz, Lệ R??i Ä‘ang b??n ổi tá??i H?* Ná»™i

Nhá»?ng ng?*y qua, d?° luá?*n tá»? ra Ä‘á?·c biệt quan t??m Ä‘á??n th?´ng tin Lệ R??i v?*o S?*i G??n má»? c?´ng ty ti??u khiá»?n v?* kinh dinh. Lệ R??i t??m t?°: "Cuá»™c sống hiện giá»? mu?´n h?¬nh mu?´n vá?» n??n c?©ng chá??ng biá??t thá?? n?*o Ä‘á»? l?°á»?ng tr?°á»›c má»?i việc. c??ch l?*m hoa hồng s??p H?*nh động đốt tr?°á»?ng cá»§a c?´ b?© lá»›p 8 á»? Kh??nh H??a bị nhiá»?u ng?°á»?i l??n ??n. Khi Ä‘??, Bá»™ sá?? lá??i tr?°ng cá?§u lá??y quan Ä‘iá»?m cá»§a nghệ sÄ© v?* c?´ng ch??ng.

T?°??ng lai e sá?? thi v?*o ng?´i tr?°á»?ng n?*y Ä‘á»? Ä‘á??m bá??o thá»±c hiện ham m?? cá»§a m?¬nhâ€?. trung t??m cá»§a Giai Ä‘iệu ki??u h??nh ph??t s??ng v?*o dịp Tá??t l?* t?´n c??c ca kh??c kinh Ä‘iá»?n. C??u n??i cá»§a Nguyá»…n Tá»* Quá??ng: â€?Thá?*t chá??ng thá»? tin Ä‘?°á»?câ€? trá»? n??n â€?bá??t há»§â€? trong nhá»?ng ng?*y qua. hồi ức Ä‘á??n c??i Ä‘??m anh n??i chia tay c??ng Sa, lá?§n tr?°á»›c ti??n. Ph?*a ng??n h?*ng th?¬ Ä‘??i ná»? vay từ ch??ng t?´i' – ?´ng Tá??n n??i. Kh?? bá??t ngá»? l?* ngo?*i Ä‘á»?i, chị trá?» trung v?* xinh Ä‘á??p h??n há??n khi xuá??t hiện c??ng chồng

http://hoahong24k.com/hoa-hong-sap-thom

jazzygujjar 08-10-2017 11:36 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by xangetsue (Post 93427)
actually the method I mentioned above works for all countries except for one step#2 (getting the links of videos you want through 9xbuddy) but i can help u in this step where i can provide you with all the links of any video you like to download, u just do as i posted above and let me know when u finish step 1

its working bro for me
Now one more thing how i download in high 1080P bit-rate

sscomp32 08-10-2017 03:46 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by barik_links (Post 93079)
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.


All times are GMT -6. The time now is 08:21 PM.