browserless update in readme

This commit is contained in:
BroodjeAap 2023-01-31 20:06:23 +00:00
parent d184b33c03
commit 007c9381d1
2 changed files with 13 additions and 1 deletions

View file

@ -47,6 +47,7 @@ A change detection server that can notify through various services, written in G
- [Notifiers](#notifiers)
- [Shoutrrr](#shoutrrr)
- [Apprise](#apprise)
- [File](#file)
- [Build/Development](#builddevelopment)
- [Typescript compilation](#type-script-compilation)
- [Dependencies](#dependencies)
@ -248,6 +249,7 @@ services:
image: browserless/chrome:latest
```
To use Browserless, the [Browserless Get URL](#browserless-get-url) and [Browserless](#browserless-get-urls) filters must be used.
Note that the proxy environment variables can be added to the Browserless container to still allow for proxying.
## Authentication
@ -325,6 +327,16 @@ During editing, http requests are cached, so not to trigger any DOS protection o
Fetches every URL given as input and outputs every HTTP response.
During editing, http requests are cached, so not to trigger any DOS protection on your sources.
## Browserless Get URL
Fetches the given URL through [Browserless](#browserless) and outputs the HTTP response.
Will log an error if no Browserless instance is configured.
## Browserless Get URLs
Fetches every URL given as input through [Browserless](#browserless) and outputs every HTTP response.
Will log an error if no Browserless instance is configured.
## CSS
Use a [CSS selector](https://www.w3schools.com/cssref/css_selectors.php) to filter your http responses.

View file

@ -8,6 +8,6 @@
- browserless function filters
- ~~split get url http.get and browserless get into 2 filters~~
- ~~refactor amazon template~~
- docs
- ~~docs~~
- url path support
- refactor project structure