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

So I like the table output format of the minimal output, but just in case, I also wanted a detailed output right underneath it. So it would like like this...

> The other things that you were mentioning (which should be a different issue, this isn't a support forum thread) might be a limitation of Python's xpath support: https://stackoverflow.com/a/22560964/1047040 _Originally...

Where a URL list contains many pages on the same site would it be possible to add an arbitrary delay (possibly random) between consecutive requests? Our own web page has...

enhancement

probably FB did some changes and now the filter of the recipe here doesn't work : https://urlwatch.readthedocs.io/en/latest/advanced.html#watching-facebook-page-events I gets result on every launch of urlwatch with this kind of change...

I am trying to learn how to get specific instances of `` when they are named the same. In this path `'//div[contains(@class,"callouts-container")]'` how would I specify the first instance of...

question

This fails when adding `method: xml` ``` name: (01)urlwatch update released url: "https://github.com/thp/urlwatch/releases/latest" filter: - xpath: path: '(//div[contains(@class,"release-timeline-tags")]//h4)[1]/a' method: xml - html2text: method: re --- ``` You mention that when...

question

I monitor their downloads page. The error I receive is ERROR: Asterisk ( https://www.asterisk.org/downloads/ ) --------------------------------------------------------------------------- HTTPSConnectionPool(host='www.asterisk.org', port=443): Max retries exceeded with url: /downloads/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate...

Is there a way to edit a specific job only, without opening the full joblist in the editor? Something like urlwatch --edit Job# Thanks in advance, Franz

On macOS, `urlwatch` stores it's `cache.db` under `~/Library/Caches/urlwatch`. Unfortunately, various maintenance applications like `CleanMyMac` will delete everything in `~/Library/Caches` if you run their "cleanup" function unless you explicitly exclude individual...

bug

When I look at the github page for the dependency of matrix_client at https://github.com/matrix-org/matrix-python-sdk it reads: > We strongly recommend using the matrix-nio library rather than this sdk. It is...

enhancement