Skip to content

2 simple request #20

@bartsimp

Description

@bartsimp
  1. Is it possible to ignore a group? it would be nice to do something like

matcher=(.?)<title>(.?)</title>(.?)(.?)(.*?)
order=ignore,name,ignore,url,ignore

  1. what about to add StringEscapeUtils.unescapeHtml() to line ChannelFolder:669
    from String mUrl=m.getMatch("url",true);
    to String mUrl=StringEscapeUtils.unescapeHtml(m.getMatch("url",true));
    Some pages it fails the parse cause the url contains &

thx and great work!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions