Getting mediafire directlink without using WebBrowser .NET control ?
        Posted  
        
            by NVA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by NVA
        
        
        
        Published on 2009-07-24T05:54:56Z
        Indexed on 
            2010/04/16
            22:13 UTC
        
        
        Read the original article
        Hit count: 232
        
I'm looking for the way to get the direct link from mediafire. By default, when a user visits a download link, he will be presented with a download page where he has to wait for the download to be processed and then a link will appear.
I googled and found a VB.NET 2008 solution to this using WebBrowser WB
http://www.vbforums.com/showthread.php?t=556681
It works pretty well but I'm tired of pop-up windows and the loading speed. So, I wonder if there is a solution to this problem? (a non WB solution ^^)
Any help is greatly appreciated.
© Stack Overflow or respective owner