1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/urlwatch/data/urls.yaml

21 lines
431 B
YAML
Raw Normal View History

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