dgtlmoon
dgtlmoon
 plugin ideas - whois - base model pytorch to pick out stock/not in stock - base model pytorch for extracting headings+links - append all http headers to start of...
mouse over when 'checking now' should show number of seconds/minutes its been checking for already
all versions, but i see it in `0.45.14` app should exit with error level `1` ``` Traceback (most recent call last): File "/var/www/changedetection.io/changedetection.py", line 6, in changedetectionio.main() File "/var/www/changedetection.io/changedetectionio/__init__.py", line...
### Discussed in https://github.com/dgtlmoon/changedetection.io/discussions/2170 Originally posted by **jphyde** February 8, 2024 **Describe the bug** Since upgrading to 0.45.14, my result snapshot has page elements out of order based on how...
Ability to reference each "line" of filters in the notification (use different filter values separately in a notification) For example you have three filters ``` .one .two .three ``` then...
``` assert watch.get('viewed') == False # Loading the most recent snapshot should force viewed to become true client.get(url_for("diff_history_page", uuid="first"), follow_redirects=True) time.sleep(3) # Fetch the whole watch again, viewed should be...
**Version and OS** Any new version https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xiii-i18n-and-l10n Would be nice to have multi-language support, `flask-babel` looks like a great solution. I'm hoping it would let more people enjoy changedetection.io and...
 its confusing to know which apprise URL belongs where :)
``` # Compare each lines (set) against each history text file (set) looking for something new.. existing_history = set({}) for k, v in self.history.items(): content = self.get_history_snapshot(k) ``` https://github.com/dgtlmoon/changedetection.io/blob/677082723ced7c0f53b43cf860384b6198e81461/changedetectionio/model/Watch.py#L383 `get_history_snapshot`...
for example http://customer-username:pppppp##@pr.oxylabs.io:7777 Then when I recheck the watch/website, I get the error `Port could not be cast to integer value as 'pppppp'` https://bugs.python.org/msg375109 I think it should be escaped...