[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

View File

@ -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_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
@ -68,5 +68,5 @@ uv sync && ./cmd.sh
- [x] Add more anti-bot challenges
- [x] Add doc strings
- [x] Implement versioning
- [ ] Proxy support
- [x] Proxy support
- [x] Add more architectures support