mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
19 lines
307 B
YAML
19 lines
307 B
YAML
---
|
|
|
|
name: urlwatch
|
|
url: "https://github.com/thp/urlwatch/tags"
|
|
filter:
|
|
- xpath: '(//h4[@data-test-selector="tag-title"]/a)[1]'
|
|
- html2text: re
|
|
- strip:
|
|
|
|
---
|
|
|
|
name: shadowsocks-libev
|
|
url: "https://github.com/shadowsocks/shadowsocks-libev/releases/latest"
|
|
filter:
|
|
- css: "div.flex-1>h1"
|
|
- html2text: re
|
|
|
|
...
|