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)

biezom 04-11-2016 12:09 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by zapac (Post 83826)
biezom bro i cant download video from new updated script....


read README.txt
Code:

!!!!!! unzip in C:\ for example !!!!!! !!!!! no spaces and no special characters in the path !!!!!!!!!!
the problem is space and the () in your path

grabyea 04-11-2016 12:21 AM

Re: Downloading from voot.com


 
biezom so when exactly you can help me bro?

thanks :(

japjis 04-11-2016 12:44 AM

Re: Downloading from voot.com


 
Code:

we're only available in India. Stay tuned and we'll reach out to you when we're available in your country.
Site Blocked, they are making new moves every week. First, they blocked mp4 direct links and now they blocked the site.

zapac 04-11-2016 12:56 AM

Re: Downloading from voot.com


 
biezom bro it is highest bitrate?





and can u tell the size of this link in high bitrate 1080p because i got 2.12Gb mp4 file size

http://www.voot.com/shows/kasam/1/38...romance/385306

biezom 04-11-2016 01:52 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by zapac (Post 83831)
biezom bro it is highest bitrate?

data-bitrate expressed kbits
bitrate expressed koctets

1 octet = 8 bits
so 15872ko x 8 = 126976kbits
and if you check it's the same flavorId 0_yku0gq18

Code:

"width":128,"height":72,"bitrate":84
"width":640,"height":360,"bitrate":325
"width":640,"height":360,"bitrate":469
"width":640,"height":360,"bitrate":669
"width":640,"height":360,"bitrate":967
"width":1280,"height":720,"bitrate":1628
"width":1920,"height":1080,"bitrate":2630
"width":1920,"height":1080,"bitrate":15872
write bitrate
15872
http://video.voot.com/enc/fhls/p/1982551/sp/198255100/serveFlavor/entryId/0_khxf512q/v/2/pv/1/flavorId/0_yku0gq18/name/a.mp4/index.m3u8

so yes it's the highest bitrate

Quote:

Originally Posted by zapac (Post 83831)
and can u tell the size of this link in high bitrate 1080p because i got 2.12Gb mp4 file size

http://www.voot.com/shows/kasam/1/38...romance/385306

yes it's ok

zapac 04-11-2016 02:51 AM

Re: Downloading from voot.com


 
ok thanks for all help and last one there is any link like

http://getcdn.hotstar.com/AVS/besc?a...=id&t ype=VOD

for voot.com to get direct m3u8 or entryid without opening video

rad 04-11-2016 03:57 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83736)
hi
new release with ffmpeg tool (less sensitive with timeout and directly convert the content in .mp4)
run vootffmpeg.bat
Code:

https://github.com/biezom/hotstarsportslivestreamer/releases/download/hotstarsportslivestreamer/hotstarsportslivestreamer.zip

this works superbly for voot but when i try to download from hotstar, read timeout error occurs. my internet speed is less but videos from voot downloads without any error.

here's the link for it
http://www.hotstar.com/tv/thank-you-...ial/1000058814

pashok326 04-11-2016 11:57 AM

Re: Downloading from voot.com


 
voot.com shows this message



even HotspotShield and vpn no more working there

biezom 04-11-2016 06:39 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by rad (Post 83835)
this works superbly for voot but when i try to download from hotstar, read timeout error occurs. my internet speed is less but videos from voot downloads without any error.

here's the link for it
http://www.hotstar.com/tv/thank-you-...ial/1000058814

i will make an update in fews days with ffmpeg less sensitive with timeout just be patient

biezom 04-11-2016 06:48 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by pashok326 (Post 83840)
voot.com shows this message

even HotspotShield and vpn no more working there


Quote:

Originally Posted by japjis (Post 83829)
Code:

we're only available in India. Stay tuned and we'll reach out to you when we're available in your country.
Site Blocked, they are making new moves every week. First, they blocked mp4 direct links and now they blocked the site.


I bypasses the geo-restiction with firefox
1) install adddon X-Forwarded-For Header
2) in preferences add an address found here
Code:

http://www.nirsoft.net/countryip/in.html
3) open a new private window

not sure if the videos are playable but you can show the link and use the scripts

nota: maybe this solution will not work long

biezom 04-11-2016 06:54 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by zapac (Post 83833)
ok thanks for all help and last one there is any link like

http://getcdn.hotstar.com/AVS/besc?a...=id&t ype=VOD

for voot.com to get direct m3u8 or entryid without opening video

the two links are in the php code
the first link to get the entryid but this link need POST request and not GET request so it is not enough to open it in your browser
the second link get the flavorId with GET request

zapac 04-11-2016 10:41 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83847)
the two links are in the php code
the first link to get the entryid but this link need POST request and not GET request so it is not enough to open it in your browser
the second link get the flavorId with GET request

I need only entryid

http://tvpapi-as.ott.kaltura.com/v3_...m=GetMediaInfo

but how to use it?

and for post request there is any chrome add ons?

pashok326 04-12-2016 04:31 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83846)
I bypasses the geo-restiction with firefox
1) install adddon X-Forwarded-For Header
2) in preferences add an address found here
Code:

http://www.nirsoft.net/countryip/in.html
3) open a new private window

thanks biezom! All is done! :)

ampal16999 04-12-2016 06:37 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83844)
i will make an update in fews days with ffmpeg less sensitive with timeout just be patient

That would be great please do make it soon as possible.

Mano 04-13-2016 03:36 AM

Re: Downloading from voot.com


 
Hi I am new here
need help
I followed instruction found here for downloading Voot Video
when I open the bat file normally
This is what happens


If I open as Admin
I get this


It's use an intranet.
It has three proxies and very good download speed.
Previously I downloaded hotstar videos with livestreamer and adblocker.Since today morning they seem to have changed some setting.I couldn't find the f4m file

Please help me out

sscomp32 04-14-2016 12:45 PM

Re: Downloading from voot.com


 
Hi guys, just a query. Anybody knows a way to download mp4 from voot using IDM? I cant use beizom software currently because of an idiotic connection which keeps on disconnecting. So i need something which i can resume. Adownloader hangs on my pc so not possible from that too.

Sometimes the mp4 work and sometimes it just doesn't. Anyway to permanently get the mp4 that it starts downloading?

prince_comin 04-14-2016 11:29 PM

Re: Downloading from voot.com


 
hi guys i am from iran and new in this forum

how can i access to voot.com

or how can i get the shows link??

ampal16999 04-15-2016 09:17 PM

Re: Downloading from voot.com


 
Hey guys i was looking and downloading few videos from voot and i found out that few shows have a bitrate of 8000kbps and few have 15000kbps bitrate. Why is that can anyone please look into that. 15000kbps is the best one i have seen and i want to download that one.

If you need more info about it just tell me.

rad 04-16-2016 02:50 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83844)
i will make an update in fews days with ffmpeg less sensitive with timeout just be patient

Oh no problem. Take your time. Thank you very much :)

prabhatec 04-23-2016 11:54 PM

Re: Downloading from voot.com


 
Any updates regarding to get url or visit site guys?

MasakaliRani 05-13-2016 06:21 PM

Re: Downloading from voot.com


 
Hi Everyone! My name is Pari and I'm new here :)

Unfortunately, I am no where near as tech savvy as you guys here, feel totally out of my depth, and so I am hoping that you guys would be kind enough to help me? :o Like all I am too trying to download videos from www.voot.com and so far I have had no luck whatsoever.

I have read the thread and honestly it's way over my head, not understanding all these codes and things. Never felt so confused and dumb :confused: :o I tried to look for the m3u8 code and other links through developer tool, but there is no m3u8 link or mpd link showing in the network tab. I am desperately trying to download the episodes of MTV-Kaisi Yeh Yaariaan from their website via my PC. Please would someone be kind enough to show me the easiest way to download these episodes with a step to step guide? I know I am asking for much here, but I would really appreciate it. I live in London and use VPN One Click to connect to a server in India and IDM to download.

Below is a link to one of the episodes of Kaisi Yeh Yaariaan, if someone can kindly help me with downloading this link, in the highest quality (1080p) then I can use your guidance to download the rest. If i can do anything in return for your help I will :) Hope to receive a positive reply soon. Thank you so much and sorry for such a long comment :p

http://www.voot.com/shows/kaisi-yeh-...-dreams/365881

ampal16999 05-13-2016 06:48 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by MasakaliRani (Post 84323)
Hi Everyone! My name is Pari and I'm new here :)

Unfortunately, I am no where near as tech savvy as you guys here, feel totally out of my depth, and so I am hoping that you guys would be kind enough to help me? :o Like all I am too trying to download videos from www.voot.com and so far I have had no luck whatsoever.

I have read the thread and honestly it's way over my head, not understanding all these codes and things. Never felt so confused and dumb :confused: :o I tried to look for the m3u8 code and other links through developer tool, but there is no m3u8 link or mpd link showing in the network tab. I am desperately trying to download the episodes of MTV-Kaisi Yeh Yaariaan. Please would someone be kind enough to show me the easiest way to download these episodes with a step to step guide? I know I am asking for much here, but I would really appreciate it. I live in London and use VPN One Click to connect to a server in India and IDM to download.

Below is a link to one of the episodes of Kaisi Yeh Yaariaan, if someone can kindly help me with downloading this link, in the highest quality (1080p) then I can use your guidance to download the rest. If i can do anything in return for your help I will :) Hope to receive a positive reply soon. Thank you so much and sorry for such a long comment :p

http://www.voot.com/shows/kaisi-yeh-...-dreams/365881

Hey, it is not that hard. All you have to do is download this first.

Code:

https://github.com/biezom/hotstarsportslivestreamer/releases/download/hotstarsportslivestreamer/hotstarsportslivestreamer.zip
Then open the folder and open the thing which says vootffmpeg.

It will open cmd (its like a black box).

Then you paste the link the one you have up there (http://www.voot.com/shows/kaisi-yeh-...-dreams/365881)

After it will shows all the qualities which included two 1080p. One is in lower bitrate and other in higher. Pick any one.

Then it should download the video.

MasakaliRani 05-14-2016 02:12 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by ampal16999 (Post 84324)
Hey, it is not that hard. All you have to do is download this first.

Code:

https://github.com/biezom/hotstarsportslivestreamer/releases/download/hotstarsportslivestreamer/hotstarsportslivestreamer.zip
Then open the folder and open the thing which says vootffmpeg.

It will open cmd (its like a black box).

Then you paste the link the one you have up there (http://www.voot.com/shows/kaisi-yeh-...-dreams/365881)

After it will shows all the qualities which included two 1080p. One is in lower bitrate and other in higher. Pick any one.

Then it should download the video.


Hey Ampal :)

Thank you so so much for replying and for your help :D

Wow that is like pretty simple and straight forward :o and yayyyyy it worked nice and easily for me...I can download the episodes :) Honestly, I was mega confused reading the earlier posts...I so wish I knew how to do all this stuff :p You guys are fab :) and Biezom is super fab for sharing his/her files with all!!

Once again thank you so much...really appreciate it...you've made me a happy bunny :) :o

MasakaliRani 05-14-2016 02:18 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by biezom (Post 83736)
hi
new release with ffmpeg tool (less sensitive with timeout and directly convert the content in .mp4)
run vootffmpeg.bat
Code:

https://github.com/biezom/hotstarsportslivestreamer/releases/download/hotstarsportslivestreamer/hotstarsportslivestreamer.zip

Hi!

I just wanted to say thank you for sharing your voot and hot livestreamer files; because of you I have been able to download my favourite shows episodes. I am so clueless to all these methods, and people like yourselves are like life savers :o so thank you...it's working perfectly :)

Pari

prabhatec 05-16-2016 01:52 AM

Re: Downloading from voot.com


 
Any 1 still found a way to get links from voot those who stays outside india?

MasakaliRani 05-16-2016 01:08 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prabhatec (Post 84349)
Any 1 still found a way to get links from voot those who stays outside india?

Hi!

I just used a VPN to get access to the site and then I copy pasted all the links for each of the episodes I wanted to download into a Word document to use later in the vootlivestreamer.bat file that Biezom provided. You can right click on each episode window...copy link address and paste it; no need to play the videos. Once you have the links you do not need to use a VPN to download. Hope that helps :)

prabhatec 05-19-2016 11:54 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by MasakaliRani (Post 84354)
Hi!

I just used a VPN to get access to the site and then I copy pasted all the links for each of the episodes I wanted to download into a Word document to use later in the vootlivestreamer.bat file that Biezom provided. You can right click on each episode window...copy link address and paste it; no need to play the videos. Once you have the links you do not need to use a VPN to download. Hope that helps :)

I only need to get links mate! as hotspot shielf aint working! may in know which vpn u use?

MasakaliRani 05-20-2016 01:27 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prabhatec (Post 84409)
I only need to get links mate! as hotspot shielf aint working! may in know which vpn u use?

I use vpnoneclick - https://www.vpnoneclick.com/download/ - It's quick and easy, but I paid for a years subscription because it was cheap (?13) and I use it a lot. Their servers in Europe are free, but for India you have to pay. I think it gives you the very first connection to a server for free. I know it did on my mobile. Not sure about PC, so if you try it connect to India first.

Since it's just the links you're after you can try using Fly Vpn - https://www.flyvpn.com/freetrial - this one gives you a free 20 min session three times a day...or there is Hola too.

Hope that helps :)

shaikworld 05-22-2016 09:58 PM

Re: Downloading from voot.com


 
Hi,
i done all the steps that you provide in your tutorial.
http://stream-recorder.com/forum/dow...t20852p7.html?

But here i unable to find MPD link from network tab, there is no file there. and also m3u8 also not there.
i tried firefox and chrome for using developer mode.

can you please try this link and do it for me please bro.
http://www.voot.com/shows/mtv-roadie...ty-task/406050

trisha99 05-25-2016 12:19 AM

Re: Downloading from voot.com


 
hello, I am Trisha. i am new here.i have tried all possible way to visit voot.com. i have used hotspot and vpn.but couldnt visit that page :( can any1 tell me any easiest way possible to visit voot,com/ plz

prince_comin 06-03-2016 09:50 PM

Re: Downloading from voot.com


 
hi guys why i cant download from hotstar With hotstar streamer

i got this error



dear biezom can u fix this plz

Terenz 06-04-2016 08:54 AM

Re: Downloading from voot.com


 
prince_comin,
With livestreamer or manually with ffmpeg+crypt.key work
Code:

[cli][info] Found matching plugin stream for URL https://staragvod-vh.akamaihd.net/i/videos/plus/eht/1/etc/index_1_av.m3u8?null=etc.
[cli][info] Available streams: live (worst, best)
[cli][info] Opening stream: live (hls)
File Test.ts already exists! Overwrite it? [y/N] y
[download][Test.ts] Written 14.2 MB (2s @ 5.3 MB/s)

Wait for the update or learn something around...

sscomp32 06-05-2016 02:52 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prince_comin (Post 84620)
hi guys why i cant download from hotstar With hotstar streamer

i got this error



dear biezom can u fix this plz

I dont know why it didnt work for you but working for me perfectly.


Maybe you have the old software?

prabhatec 06-06-2016 01:33 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prince_comin (Post 84620)
hi guys why i cant download from hotstar With hotstar streamer

i got this error



dear biezom can u fix this plz


this is simple just change country to japan or france or Netherlands!

prabhatec 06-06-2016 04:47 AM

Re: Downloading from voot.com


 
Any 1 can help me how to convert ts to mp4 using ffmeg?

sscomp32 06-06-2016 11:44 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prabhatec (Post 84662)
Any 1 can help me how to convert ts to mp4 using ffmeg?

Code:

ffmpeg -i 1.ts -c copy -bsf:a aac_adtstoasc 1.mp4
Where '1' is your file. rename it according to your file. But make sure the name has no spaces.

prabhatec 06-06-2016 02:46 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by sscomp32 (Post 84664)
Code:

ffmpeg -i 1.ts -c copy -bsf:a aac_adtstoasc 1.mp4
Where '1' is your file. rename it according to your file. But make sure the name has no spaces.

May i get a example how it shuld be?
Suppose if i have a video named :Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram" inside C:\hotstarsportslivestreamer-master\videos So how it shuld be?

sscomp32 06-07-2016 02:47 AM

Re: Downloading from voot.com


 
Quote:

Originally Posted by prabhatec (Post 84669)
May i get a example how it shuld be?
Suppose if i have a video named :Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram" inside C:\hotstarsportslivestreamer-master\videos So how it shuld be?

First open the command prompt and navigate the folder where the video is.
You can do it the usual way of using cd command and changing the directory.
Or press shift + right click on the folder where the file is.

when you have the command prompt open ,write this command:

Code:

ffmpeg -i Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.ts -c copy -bsf:a aac_adtstoasc Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.mp4
You can keep the filename whatever you want. both the input and output need not be same.

prabhatec 06-07-2016 02:33 PM

Re: Downloading from voot.com


 
Quote:

Originally Posted by sscomp32 (Post 84676)
First open the command prompt and navigate the folder where the video is.
You can do it the usual way of using cd command and changing the directory.
Or press shift + right click on the folder where the file is.

when you have the command prompt open ,write this command:

Code:

ffmpeg -i Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.ts -c copy -bsf:a aac_adtstoasc Siya-Ke-Ram_episode179_Lakshman-Goes-Looking-For-Ram.mp4
You can keep the filename whatever you want. both the input and output need not be same.


Thanks very much mate :)

anilboy82 06-11-2016 02:56 AM

Re: Downloading from voot.com


 
1 Attachment(s)
Not Working For Voot Anymore


All times are GMT -6. The time now is 02:50 AM.