Raw Video file from website
Posted
by
Charlie
on Stack Overflow
See other posts from Stack Overflow
or by Charlie
Published on 2013-10-27T21:51:13Z
Indexed on
2013/10/27
21:53 UTC
Read the original article
Hit count: 304
I would like to make an app that will download videos files that can be played later. At first i thought I could have a UIWeb view and then try to access the cache of it and get the file that way but unfortunately i don't have access to that. After trying that my next thought would be get the direct link to the video file. Essentially what download helper does on fire fox. Any idea of where i could look at for help or any body have any better idea?
Is there any stringByEvaluatingjavascript that might be of use or is there away to access the cache on a webview in your own app?
Thanks for any help!
© Stack Overflow or respective owner