1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-05 09:31:24 +00:00
dockerfiles/urlwatch/data/urls.yaml

21 lines
431 B
YAML
Raw Normal View History

2019-05-02 12:22:32 +00:00
---
2021-10-25 10:18:34 +00:00
name: urlwatch
2021-10-27 10:44:59 +00:00
url: https://github.com/thp/urlwatch/tags
2021-11-08 02:20:26 +00:00
user_visible_url: https://github.com/thp/urlwatch
2019-05-02 12:22:32 +00:00
filter:
2021-10-25 10:18:34 +00:00
- xpath: '(//h4[@data-test-selector="tag-title"]/a)[1]'
2019-05-02 12:22:32 +00:00
- html2text: re
2021-10-25 10:18:34 +00:00
- strip:
2019-05-02 12:22:32 +00:00
---
2021-10-25 10:18:34 +00:00
name: shadowsocks-libev
2021-10-27 10:44:59 +00:00
url: https://api.github.com/repos/shadowsocks/shadowsocks-libev/releases/latest
2021-11-08 02:20:26 +00:00
user_visible_url: https://github.com/shadowsocks/shadowsocks-libev
2019-05-02 12:22:32 +00:00
filter:
2021-10-27 10:44:59 +00:00
- shellpipe: 'jq -r .tag_name'
- strip:
2019-05-02 12:22:32 +00:00
...