1
mirror of https://github.com/ThePhaseless/Byparr.git synced 2025-03-15 17:50:21 +08:00

[skip ci] update TODO and fix None as default for Proxy

This commit is contained in:
Jakub Orchowski 2025-02-20 22:59:11 +01:00 committed by GitHub
parent 4b450fadf2
commit cce6a71538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a
| -------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------- | | -------------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `USE_XVFB` | `SeleniumBase default` | Use virtual desktop with Xvfb. (Linux only) (Can cause performance hog [#14](https://github.com/ThePhaseless/Byparr/issues/14)) | | `USE_XVFB` | `SeleniumBase default` | Use virtual desktop with Xvfb. (Linux only) (Can cause performance hog [#14](https://github.com/ThePhaseless/Byparr/issues/14)) |
| `USE_HEADLESS` | `SeleniumBase default` | Use headless chromium. | | `USE_HEADLESS` | `SeleniumBase default` | Use headless chromium. |
| `PROXY` | `` | Proxy to use. (format: `username:password@host:port`) | | `PROXY` | None | Proxy to use. (format: `username:password@host:port`) |
## Tags ## Tags
@ -68,5 +68,5 @@ uv sync && ./cmd.sh
- [x] Add more anti-bot challenges - [x] Add more anti-bot challenges
- [x] Add doc strings - [x] Add doc strings
- [x] Implement versioning - [x] Implement versioning
- [ ] Proxy support - [x] Proxy support
- [x] Add more architectures support - [x] Add more architectures support