thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.79k stars 350 forks source link

Add re.findall to pick out re matches #805

Open Jamstah opened 4 months ago

Jamstah commented 4 months ago

Actually using re.finditer so we can apply a repl to the result. This allows users to pick out matches and reformat them in one step.

Fixes #804

Jamstah commented 4 months ago

Draft because it needs documentation.

Jamstah commented 4 months ago

Yeah, I was thinking that but was too lazy to think of a good example :)

I've borrowed something from another test, and added some doc.