switched to bs4 for speed

This commit is contained in:
Death916 2025-02-11 04:08:32 -08:00
parent 46587fb576
commit 055b39f604
3 changed files with 257 additions and 30 deletions

View file

@ -8,6 +8,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
playwright = "^1.50.0"
bs4 = "^0.0.2"
requests = "^2.32.3"
[build-system]