Thomas Perl

Results 256 comments of Thomas Perl

Did you try removing `single_line_break`?

Any news on this? Do you think you want to work on getting this ready to be merged?

Sounds good, the implementation looks clean -- only thing missing is the `CHANGELOG.md` entry and documentation of the additional parameter, so feel free to create a PR and let's continue...

You should be able to use "Copy selector" or "Copy XPath" and then use the "css" (for selector) or "xpath" (for XPath) filter to get only this element.

Depending on how sophisticated the page is, [`mechanize`](https://mechanize.readthedocs.io/en/latest/) or something might do the trick.

@mborsetti Please stop advertising your fork until the licensing issue is fixed https://github.com/mborsetti/webchanges/issues/30

It also says: > This sdk is currently lightly maintained without any person ultimately responsible for the project. Pull-requests may be reviewed, but no new-features or bug-fixes are being actively...

In the `urlwatch --features` output, the default parameters are listed enclosed in `[]`, as mentioned in its output: [] ... Parameter can be supplied as unnamed value

@mborsetti Also here, you keep advertising your fork as fork of urlwatch, but are not adhering to the license requirements: https://github.com/mborsetti/webchanges/issues/30

You can set the config option `display` / `error` to `false`, although this at the moment is a global setting, so any other errors will also be ignored and not...