Updated Detecting changes in images (markdown)

master
dgtlmoon 2023-09-26 12:27:23 +02:00
rodzic 073223eeb2
commit df0d1749aa
1 zmienionych plików z 5 dodań i 1 usunięć

@ -19,5 +19,9 @@ The source at https://example.com is
</HTML>
```
By specifying `source:https://example.com` as the Watch URL and a filter of `#wrapper`, you will get a notification when the website changes "november-calendar.jpg" to "december-calendar.jpg"
By specifying `source:https://example.com` as the Watch URL and a filter of `#wrapper`, you will get a notification when the website changes "`november-calendar.jpg`" to "`december-calendar.jpg`"
Since 0.45.3 we've tried to add a message to help identify when this was happening
In addition to the message `Got HTML content but no text found (With 200 reply code),` (because there is only an image), if you specified a filter/selector , it will try to help you by saying `Got HTML content but no text found (With 200 reply code), it's possible that the filters you have give an empty result or contain only an image.`