Skip to content

yixia/VParser-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VParser for iOS

A powerful iOS library to sniff the real video URL from video sites.

For more information please see the website

How to Use

mParser = [VParser defaultParser];
NSDictionary *retDict = [mParser parseURL:siteUrl];
self.videoUrlLbl.text = retDict[VParserVideoURLKey];
self.titleLbl.text = retDict[VParserVideoTitleKey];
self.headerLbl.text = retDict[VParserWebSiteHeaderKey];

License

Copyright (C) 2013 YIXIA.COM