This commit is contained in:
kev 2021-10-25 18:18:34 +08:00
parent 516048e2f2
commit d901467787
3 changed files with 12 additions and 4 deletions

View File

@ -5,7 +5,7 @@ obs-web
```bash ```bash
$ docker-compose up -d $ docker-compose up -d
$ curl http://127.0.0.1:5000 $ curl http://127.0.0.1:5000#localhost:4444
``` ```
[1]: https://github.com/Niek/obs-web [1]: https://github.com/Niek/obs-web

View File

@ -1,15 +1,18 @@
--- ---
url: "https://github.com/thp/urlwatch/releases/latest" name: urlwatch
url: "https://github.com/thp/urlwatch/tags"
filter: filter:
- xpath: '(//div[contains(@class,"release-timeline-tags")]//h4)[1]/a' - xpath: '(//h4[@data-test-selector="tag-title"]/a)[1]'
- html2text: re - html2text: re
- strip:
--- ---
name: shadowsocks-libev
url: "https://github.com/shadowsocks/shadowsocks-libev/releases/latest" url: "https://github.com/shadowsocks/shadowsocks-libev/releases/latest"
filter: filter:
- css: 'div.f1>a' - css: "div.flex-1>h1"
- html2text: re - html2text: re
... ...

View File

@ -1,3 +1,8 @@
job_defaults:
url:
ignore_connection_errors: true
ignore_http_error_codes: 4xx, 5xx
report: report:
text: text:
footer: false footer: false