mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #856] FotMob can't scrape UCL Data #182
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mhassan2048 on GitHub (Jun 2, 2025).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/856
Describe the bug
A clear and concise description of what the bug is and the expected behavior.
Affected scrapers
This affects the following scrapers:
Code example
A minimal code example that fails. Use
no_cache=Trueto make sure an invalid cached file does not cause the bug and make sure you have the latest version of soccerdata installed.Error message
Additional context
FotMob is okay to scrape the top 5 leagues but not UCL. I tried to change the league_dict too
Contributor Action Plan
@MartiONE commented on GitHub (Jun 8, 2025):
@mhassan2048 the correct
league_dictentry isAlso change line 4 in your script to:
fotmob = sd.FotMob(leagues="INT-Champions League", seasons="2022/2023")Champions league is missing from the Leagues supported, any reason for this @probberechts ? Or shall I just add it
@probberechts commented on GitHub (Jun 8, 2025):
No, I don't want to add more leagues to the supported ones. It's too hard to maintain it. If a non-supported league works out of the box, your lucky. Otherwise, it's up to you to fix the code.
@DDE1989 commented on GitHub (Nov 9, 2025):
@MartiONE do you happen to know how to pull current season (2025/2026) using FotMob? I am able to pull historical seasons, but havent found a way to get ongoing season for UCL.