- 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 YouTube link?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.