View Single Post
  #1  
Old 02-27-2011, 03:32 PM
dotori dotori is offline
Junior Member
 
Join Date: Feb 2011
Posts: 1
dotori is on a distinguished road
Default

How to find the link of a media file


I'm not trying to record a stream but I'm trying to get a direct link to a media file on a media storage site.

On this website, instead of letting me download the file on the browser directly,it lets me install a small pop-up downloader program (ActiveX maybe?) and download files through it.

I tried URL Snooper and Wireshark but still could not get any links.

URL snooper gives me something like this.
Code:
http://www.nuripop.com/contents/contents_chk.php?dmethod=C&idx=437304
http://www.nuripop.com/contents/contents_download_start.php?dmethod=C&idx=437304&downkind=0
http://216.151.177.131/function.fopen
http://nuripop.com/fs_prg/activex/XBoomUpDown_axn71106.cab#version=1,1,0,6
Is there any way that I can find the link?

Thank you very much.
Reply With Quote