mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-27 02:09:06 +02:00
16 lines
279 B
YAML
16 lines
279 B
YAML
---
|
|
|
|
url: "https://github.com/thp/urlwatch/releases/latest"
|
|
filter:
|
|
- xpath: '(//div[contains(@class,"release-timeline-tags")]//h4)[1]/a'
|
|
- html2text: re
|
|
|
|
---
|
|
|
|
url: "https://github.com/shadowsocks/shadowsocks-libev/releases/latest"
|
|
filter:
|
|
- css: 'div.f1>a'
|
|
- html2text: re
|
|
|
|
...
|