iphone - How to extract youtube links from a html?
- Can anyone tell me how to extract YouTube links from a html source using objective-c?
- And also, how to get big preview image for a Y开发者_开发技巧ouTube link?
Thanks
you can use a regex framework like RegexKitLite or AGRegex to parse the HTML source you have anda extract the link and the image url that you need.
although, you are probably better off using the YouTube APIs and save you the headache of html parsing.
精彩评论