kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated CSS Selector help (markdown)
rodzic
2874e21d1b
commit
28e7c29cf6
|
@ -33,3 +33,9 @@ filter: `//h3/parent::a//@href`
|
|||
```
|
||||
//img//@src
|
||||
```
|
||||
|
||||
# xPath and non-latin text getting garbled
|
||||
|
||||
`xpath:` type filters and non-UTF8 is incompatable, If you see that your text is garbled `Нема планираних искључења.` becomes `Ðема планиÑÐ°Ð½Ð¸Ñ Ð¸ÑкÑÑÑеÑа.` then you should convert your xPath filter to CSS https://extendsclass.com/xpath-to-css.html
|
||||
|
||||
For example [#1546](https://github.com/dgtlmoon/changedetection.io/issues/1546)
|
||||
|
|
Ładowanie…
Reference in New Issue