Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 484 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 484 Bytes

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