PDA

View Full Version : downloading videos from indopia.com


rad
04-07-2016, 06:13 AM
Hello. I would like to download videos from this site

www.indopia.com

I've tried downloading by IDM, but the output video does not play properly.

Please suggest. Thank you.

surya987
04-07-2016, 08:18 AM
how come they ask to pay as they providing pDvDs or WEBHDs Downloaded from other internet sources..LoL.... i am surprised....

to answer to your ques just change useragent to ipad\iphone and get m3u8 and use with livestreamer.... or directly use rtmpdumphelper

Enjoy

rad
04-09-2016, 01:24 AM
how come they ask to pay as they providing pDvDs or WEBHDs Downloaded from other internet sources..LoL.... i am surprised....

to answer to your ques just change useragent to ipad\iphone and get m3u8 and use with livestreamer.... or directly use rtmpdumphelper

Enjoy

Thanks for your reply. I used urlsnooper2 but couldn't find m3u8 link. This is the link of the video i want to download in HD quality

http://www.indopia.com/showtime/watch/movie/2007010054_00/i-am-in-love/


The link of HD quality video is as follows
http://www.indopia.com/showtime/watch/movie/2007010054_00/i-am-in-love/quality/hd/

Also rtmpdumphelper doesn't open. CMD opens and disappears in a second.

What should I do?

TubeDigger
04-09-2016, 03:04 AM
rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/low/2007010054_00.mp4" -R -o iaminlove.flv

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/hd/2007010054_00.mp4" -R -o iaminlove_hd.flv

rad
04-09-2016, 03:12 AM
rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/low/2007010054_00.mp4" -R -o iaminlove.flv

rtmpdump -r "rtmp://38.74.197.40:80/vod" -y "mp4:/mp4/hd/2007010054_00.mp4" -R -o iaminlove_hd.flv

oh thank you very much! Where should i paste this link? what is the command for livestreamer ? please teach me if you've time. thanks again :)

rad
04-14-2016, 04:39 AM
someone please tell me what to do with these rtmp links?

rad
05-18-2016, 04:51 AM
Somebody please guide me how to download videos from the above mentioned site.

Terenz
05-18-2016, 12:28 PM
You need the "chunck.m3m8" you can find in in many ways example chrome://cache/
Save and open that file and add before any of the segments:

n_0_0_0.ts?
n_1_0_0.ts?
n_2_0_0.ts?
etc.

This string ( also this is inside the cache )

http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/

Result is similar to this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:16
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.239,
http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/n_0_0_0.ts?nimblesessionid=XXXXXXetc.

After that with ffmpeg:
ffmpeg -i "X:\Path\chunk.m3u8" -c copy Final.ts
Have fun.

rad
06-28-2016, 06:17 AM
You need the "chunck.m3m8" you can find in in many ways example chrome://cache/
Save and open that file and add before any of the segments:

n_0_0_0.ts?
n_1_0_0.ts?
n_2_0_0.ts?
etc.

This string ( also this is inside the cache )

http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/

Result is similar to this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:16
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.239,
http://71.168.212.141/vod/mp4:mp4/hd/2007010054_00.mp4/n_0_0_0.ts?nimblesessionid=XXXXXXetc.

After that with ffmpeg:
ffmpeg -i "X:\Path\chunk.m3u8" -c copy Final.ts
Have fun.


Thanks friend but i don't know where to write this code nor could i find that chunk file. can you please simplify the downloading process since i have zero knowledge in coding. thanks again :)

rad
08-12-2016, 05:22 AM
Thanks friend but i don't know where to write this code nor could i find that chunk file. can you please simplify the downloading process since i have zero knowledge in coding. thanks again :)

Need help with the downloading of this video... please help!!!

rifleman1202
08-12-2016, 11:31 AM
Hi Rad,

I am quite new to this too but I think what they mean is to download all .ts files and the chunk.m3u8 files first, put them in a folder and then use ffmpeg locally to aggregate the chunks into a single file that can be played.

I think you can try a couple of different plugins/extensions for Chrome or Firefox such as Video DownloadHelper or Video Downloader Pro or GetThemAll to download the .ts files and the chunk.m3u8 file. I just checked with Video Downloader Pro on Chrome and you can easily download the .ts and chunk files.

Also, I just downloaded Phoonk 2 and Badlapur Boys, for example, directly using IDM and played the video using VLC, and it plays just fine. Using Windows Media Player the video got stuck. So stick to VLC and IDM.