Skip to content

webmagic-0.2.1

Compare
Choose a tag to compare
@code4craft code4craft released this 20 Aug 15:51
· 1051 commits to develop since this release

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.