kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Updated CSS Selector help (markdown)
rodzic
059120a294
commit
2c0b50ccf1
|
@ -15,3 +15,16 @@ So for example if the HTML is
|
||||||
```
|
```
|
||||||
|
|
||||||
the selector would be `.points #interesting`
|
the selector would be `.points #interesting`
|
||||||
|
|
||||||
|
# Select/extract just the HREF from `<A>` tag using xpath
|
||||||
|
|
||||||
|
if you have
|
||||||
|
```
|
||||||
|
<h3>
|
||||||
|
<a href..></a>
|
||||||
|
</h3>
|
||||||
|
```
|
||||||
|
|
||||||
|
filter: `//h3/parent::a//@href`
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue