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.84k stars 349 forks source link

Running a subset of jobs does not work? #661

Closed Filip-K closed 2 years ago

Filip-K commented 3 years ago

Attempting to run the urlwatch 2 4 7 example from the docs gives urlwatch: error: unrecognized arguments: 2 4 7 on my urlwatch 2.23. Am I doing something wrong (I do have more than 7 jobs)?

proxseas commented 3 years ago

I ran into the same issue.

icecube11 commented 3 years ago

The code for this were added after version 2.23

To use it before a new version is released, try:

pip uninstall urlwatch
git clone https://github.com/thp/urlwatch.git
cd urlwatch
pip install .
Filip-K commented 3 years ago

Cool, that explains it! Would it be easy to add "requires urlwatch > 2.23" to the docs to save people who might be running older versions some head-scratching?

thp commented 2 years ago

I have now enabled some older version tags on readthedocs, this isn't perfect of course (a "since version x.y.z" would be best, but alas, we don't know the version yet when the docs are written in development, and "since version 2.25" would be even more confusing if 2.25 hasn't even been released yet):

https://urlwatch.readthedocs.io/en/2.23/