mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 23:03:34 +01:00
19 lines
314 B
YAML
19 lines
314 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://api.github.com/repos/shadowsocks/shadowsocks-libev/releases/latest
|
|
filter:
|
|
- shellpipe: 'jq -r .tag_name'
|
|
- strip:
|
|
|
|
...
|