From 0d3cd31a66b803bff5acaac0fe1caca94edbb566 Mon Sep 17 00:00:00 2001 From: elParaguayo Date: Sun, 22 Sep 2024 09:49:58 +0100 Subject: [PATCH] [docs] mark livefootballscores as broken --- qtile_extras/widget/livefootballscores.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/qtile_extras/widget/livefootballscores.py b/qtile_extras/widget/livefootballscores.py index 276ff0ea..75d642a3 100644 --- a/qtile_extras/widget/livefootballscores.py +++ b/qtile_extras/widget/livefootballscores.py @@ -124,6 +124,14 @@ def reset(self): class LiveFootballScores(base._Widget, base.MarginMixin, ExtendedPopupMixin, MenuMixin): """ + .. important:: + + This widget is currently broken due to some API changes on the BBC website. I do not know + when/if I will have time to update this. + + The widget will report fixtures but will not update scores once the match is in progress + (which was the whole point of the widget!). + The module uses a module I wrote a number of years ago that parses data from the BBC Sport website.