urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.

Results 99 urlwatch issues
Sort by recently updated
recently updated
newest added

I try to setup an urlwatch configuration to report changes to a local command with `diff_filter`. After reading the documentation and the issues here in the repository I came along,...

Hello, I need some hints, how to realize my workflow. I want to check multiple sites (shops) for changes when searching keywords (products). In general, I would use an array...

I don't know much about javascript or `playwright`, so at least for me it would have been helpful to have some more information here. For example I have been trying...

As #548, some websites don't load properly (one serious example would be jp.mercari.com/) with just a `wait_until`. I think it'd be better to enable users to use `wait_for` to wait...

I see the docs are generated with quite an old version of Sphinx, maybe this has been fixed since then. If so, code blocks should probably all be made to...

heya, not sure where to post this, hope it's ok. does anyone know if its possible to get the wdiff-style colored output on the matrix reporter? Really hard to see...

enhancement

Raised here: https://github.com/thp/urlwatch/pull/811#issuecomment-2094822368

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

Add a concurrency test that covers the root cause for #799