[PR #846] [MERGED] Replace undetected_chromedriver by seleniumbase #865

Closed
opened 2026-03-02 15:59:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/probberechts/soccerdata/pull/846
Author: @probberechts
Created: 5/19/2025
Status: Merged
Merged: 5/21/2025
Merged by: @probberechts

Base: masterHead: fix/replace-uc


📝 Commits (5)

  • d5487fa fix(WhoScored): undetected chromedriver -> seleniumbase
  • 26f7a0d fix proxy
  • a384253 Merge branch 'master' into fix/replace-uc
  • 9062fe1 Remove some left traces of requests
  • 3963759 Proxy is now a string instead of dict

📊 Changes

13 files changed (+1750 additions, -1356 deletions)

View changed files

📝 poetry.lock (+1671 -1167)
📝 pyproject.toml (+4 -7)
📝 soccerdata/_common.py (+32 -58)
📝 soccerdata/clubelo.py (+4 -13)
📝 soccerdata/espn.py (+4 -13)
📝 soccerdata/fbref.py (+4 -13)
📝 soccerdata/fotmob.py (+9 -18)
📝 soccerdata/match_history.py (+4 -13)
📝 soccerdata/sofascore.py (+5 -14)
📝 soccerdata/sofifa.py (+4 -13)
📝 soccerdata/understat.py (+4 -13)
📝 soccerdata/whoscored.py (+4 -13)
📝 tests/conftest.py (+1 -1)

📄 Description

undetected_chromedriver is no longer maintained.

Fixes #829


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/probberechts/soccerdata/pull/846 **Author:** [@probberechts](https://github.com/probberechts) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/21/2025 **Merged by:** [@probberechts](https://github.com/probberechts) **Base:** `master` ← **Head:** `fix/replace-uc` --- ### 📝 Commits (5) - [`d5487fa`](https://github.com/probberechts/soccerdata/commit/d5487fa12f893bc14dd86b93e6820fcc41d14664) fix(WhoScored): undetected chromedriver -> seleniumbase - [`26f7a0d`](https://github.com/probberechts/soccerdata/commit/26f7a0d8a4fe838f9405d84ab17ec0ef9d025bbc) fix proxy - [`a384253`](https://github.com/probberechts/soccerdata/commit/a3842537dd9be2b2ab576c6de113d53406a2f4aa) Merge branch 'master' into fix/replace-uc - [`9062fe1`](https://github.com/probberechts/soccerdata/commit/9062fe12442549a232281c3f6d3480fa35fe7b49) Remove some left traces of requests - [`3963759`](https://github.com/probberechts/soccerdata/commit/396375902315aa8016b070c97b8637128771dfaf) Proxy is now a string instead of dict ### 📊 Changes **13 files changed** (+1750 additions, -1356 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+1671 -1167) 📝 `pyproject.toml` (+4 -7) 📝 `soccerdata/_common.py` (+32 -58) 📝 `soccerdata/clubelo.py` (+4 -13) 📝 `soccerdata/espn.py` (+4 -13) 📝 `soccerdata/fbref.py` (+4 -13) 📝 `soccerdata/fotmob.py` (+9 -18) 📝 `soccerdata/match_history.py` (+4 -13) 📝 `soccerdata/sofascore.py` (+5 -14) 📝 `soccerdata/sofifa.py` (+4 -13) 📝 `soccerdata/understat.py` (+4 -13) 📝 `soccerdata/whoscored.py` (+4 -13) 📝 `tests/conftest.py` (+1 -1) </details> ### 📄 Description undetected_chromedriver is no longer maintained. Fixes #829 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:59:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/soccerdata#865
No description provided.