I have a UIWebView in my app that displays a website. This website is not mobile friendly and is not hosted by me. The only reason I am taking users to this website is to see a video. The link to the video changes often, but the location of the video in the webpage remains the same. Essentially, I want to strip a link from someone else's webpage and use it in the UIWebView. Is there a way to only display the video in the UIWebView if I do not know the url to the video?
Please don't hesitate to ask if you do not understand my question, thanks!