How to write my own download manager using Objective C for iOS devices

Posted by Saurabh on Stack Overflow See other posts from Stack Overflow or by Saurabh
Published on 2011-11-24T09:35:29Z Indexed on 2011/11/24 9:52 UTC
Read the original article Hit count: 229

I am writing a download manager for iPhone using objective C. I am using ASIHTTP framework and its working great. But my problem is I am not able to download from file sharing sites like filesonic, rapidshare, hotfile etc.

I want to know how can I get download (actual download) url from these sites, or at least how these sites are hiding this info (and where), so I can get that somehow...

Is there any open source library or framework to help me with this? How firefox or other desktop browser get this link?

Any help will be much appreciated!

Update 1 : I don't want to bypass their advertising and revenue streams. Almost all file sharing companies also provide free downloads with low bandwidth, I only want to use that service. there are many download managers available now for iPhone like - "Downloads Lite". I just want to build a similar functionality.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios