文件名称:scrapingkit:对象库
文件大小:51KB
文件格式:ZIP
更新时间:2024-07-03 20:09:12
Objective-C++
刮刮套件 用于抓取网页的 Objective-C 库。 格式错误的 HTML 解析和 DOM CSS(Selector Level 4)选择器的DOM元素选择操作目标是能随便写,比如jQuery的DOM选择。 易于使用的 Web 客户端 API(未实现) 例子 # import < SFScrapingKit> int main ( int argc, char **argv) { const NSString *HTML_DATA = ...; // URLを直接開く機能は未実装です。。 // [SFNodeList open:@"https://github.com/hisui/scrapingkit/README.md"] [SFNodeList nodeListWithHTML: HTML_DATA] . find ( @" h1+
【文件预览】:
scrapingkit-master
----.gitignore(222B)
----LICENSE.txt(1KB)
----ScrapingKit.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(31KB)
----README.md(4KB)
----ScrapingKit()
--------tags.hpp(2KB)
--------SFCSSFilter.mm(13KB)
--------SFElement.h(2KB)
--------SFCSSQuery.h(548B)
--------SFNodeSelection.h(628B)
--------SFCSSQuery.mm(8KB)
--------SFDocument+Local.h(81B)
--------SFNode+Local.h(233B)
--------SFText.m(2KB)
--------SFDocument.h(401B)
--------SFCSSSelectorParser+Test.h(163B)
--------SFNode.m(750B)
--------SFNodeList+Dot.m(605B)
--------ScrapingKit-Prefix.pch(163B)
--------SFRegExpScanner.h(939B)
--------SFText.h(391B)
--------entities.inc(46KB)
--------unicode.hpp(4KB)
--------SFRegExpScanner.m(1KB)
--------SFNodeSelection.m(2KB)
--------SFCSSSelectorParser.mm(5KB)
--------SFDocument.mm(5KB)
--------SFNodeList.h(2KB)
--------tags.cpp(20KB)
--------SFNode.h(765B)
--------SFNodeList.mm(4KB)
--------SFNodeSelection+Local.h(354B)
--------SFNodeList+Dot.h(305B)
--------SFCSSQuery+Local.h(696B)
--------SFScrapingKit.h(108B)
--------SFCSSFilter.h(2KB)
--------htmlparse.hpp(3KB)
--------entities.hpp(1015B)
--------SFElement.mm(8KB)
--------SFNodeList+Local.h(231B)
--------SFCSSSelectorParser.h(897B)
----ScrapingKit.podspec(2KB)
----ScrapingKitTests()
--------SFCSSSelectorParserTests.m(5KB)
--------ScrapingKitTests-Info.plist(689B)
--------SFDocumentTests.mm(606B)
--------en.lproj()
--------ScrapingKitTests.mm(1KB)
--------SFCSSQueryTests.mm(5KB)