webmagic-parent-0.2.1
版本发布时间: 2013-08-20 23:51:19
code4craft/webmagic最新发布版本:WebMagic-1.0.1(2024-10-26 01:46:00)
ComboExtractor support for annotation.
Request priority support (using PriorityScheduler
).
Complete some I18n work (comments and documents).
More convenient extractor API:
-
Add attribute name select for CSSSelector.
-
Group of regex selector can be specified.
-
Add OrSelector.
-
Add Selectors, import static Selectors.* for fluent API such as:
or(regex("<title>(.*)</title>"), xpath("//title"), $("title")).select(s);
-
Add JsonPathSelector for Json parse.