mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
update README
This commit is contained in:
parent
7d9cec6297
commit
5ec0266f75
17
README.md
17
README.md
@ -94,6 +94,7 @@ Fortunately ACI allows port 80 without encryption.
|
|||||||
-d chromedp debug logging (default false)
|
-d chromedp debug logging (default false)
|
||||||
-n do not free maps and images after use (default false)
|
-n do not free maps and images after use (default false)
|
||||||
-ui html template file (default "wrp.html")
|
-ui html template file (default "wrp.html")
|
||||||
|
-ua user agent, override the default "headless" agent
|
||||||
-s delay/sleep after page is rendered before screenshot is taken (default 2s)
|
-s delay/sleep after page is rendered before screenshot is taken (default 2s)
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -106,12 +107,22 @@ Fortunately ACI allows port 80 without encryption.
|
|||||||
|
|
||||||
### I can't get it to run
|
### I can't get it to run
|
||||||
|
|
||||||
This program does not have a GUI and is run from the command line. You may need to enable executable bit on Unix systems, for example:
|
This program does not have a GUI and is run from the command line. After downloading, you may need to enable executable bit on Unix systems, for example:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ cd ~/Downloads
|
$ cd ~/Downloads
|
||||||
$ chmod +x wrp-amd64-macos
|
$ chmod +x wrp-amd64-macos
|
||||||
$ ./wrp-amd64-macos -t png
|
$ ./wrp-amd64-macos
|
||||||
|
```
|
||||||
|
|
||||||
|
### Websites are blocking headless browsers
|
||||||
|
|
||||||
|
This is a well known issue. WRP has some provisions to work around it but same as ad blockers it's a cat and mouse game. The first and
|
||||||
|
foremost recommendation is to change `User Agent` so that it doesn't say "headless". Add `-ua="my agent"` to override the default one.
|
||||||
|
Obtain your regular desktop browser user agent and specify it as the flag. For example
|
||||||
|
|
||||||
|
```shell
|
||||||
|
$ wrp -ua="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
|
||||||
```
|
```
|
||||||
|
|
||||||
## History
|
## History
|
||||||
@ -138,4 +149,4 @@ $ ./wrp-amd64-macos -t png
|
|||||||
|
|
||||||
License: Apache 2.0
|
License: Apache 2.0
|
||||||
Copyright (c) 2013-2018 Antoni Sawicki
|
Copyright (c) 2013-2018 Antoni Sawicki
|
||||||
Copyright (c) 2019-2022 Google LLC
|
Copyright (c) 2019-2024 Google LLC
|
||||||
|
Loading…
Reference in New Issue
Block a user