urlwatch
urlwatch is intended to help you watch URLs and get notified (via email or in your terminal) of any changes. The change notification will include the URL that has changed and a unified diff of what has changed.
The script supports the use of a filtering hook function to strip trivially-varying elements of a webpage.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / urlwatch
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network:utilities/urlwatch && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
urlwatch-2.18.tar.gz | 0000047035 45.9 KB | |
urlwatch.changes | 0000009932 9.7 KB | |
urlwatch.spec | 0000002338 2.28 KB |
Revision 35 (latest revision is 54)
Marcus Meissner (msmeissn)
accepted
request 799967
from
Michael Vetter (jubalh)
(revision 35)
- Update to 2.18: Added: * New filter: re.sub that can replace/remove strings using regular expressions * Support ignore_timeout_errors and ignore_too_many_redirects for URL jobs (#423, by Josh aka Zevlag) * HTML reporter: Add viewport meta tag for improved viewing on mobile devices (#432, by Mike Borsetti) * Optional support for insecure SMTP password storage in the config; use with caution (#431) Fixed: * Fix --test-filter when the specified job is not found * Fix another YAMLLoadWarning in unit tests (#382, by Louis Sautier) * Documentation updates and typo fixes (by Nate Eagleson) * Pushover: Fix default device config (Fixes #409 and #372, documented by Richard Goodwin) Changed: * Nicer formatting of --features for jobs with no docstring or many keys * The XPath and CSS filters now support XML namespaces (#404, by Chenfeng Bao) * Drop support for Python 3.3 and Python 3.4 (new minimum requirement is Python 3.5) * Use html.escape instead of cgi.escape (which was removed in Python 3.8; #424, by Chenfeng Bao) * Allow non-ASCII characters in format-json output filter (#433, by Mike Borsetti)
Comments 0