mirror of
https://github.com/Death916/c2cscrape.git
synced 2026-04-10 03:04:40 -07:00
switched to bs4 for speed
This commit is contained in:
parent
46587fb576
commit
055b39f604
3 changed files with 257 additions and 30 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue