File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2- <addon id =" plugin.video.formula1" name =" Formula 1" version =" 2.0.5 " provider-name =" jaylinski" >
2+ <addon id =" plugin.video.formula1" name =" Formula 1" version =" 2.0.6 " provider-name =" jaylinski" >
33 <requires >
44 <import addon =" xbmc.python" version =" 3.0.0" />
55 <import addon =" script.module.requests" version =" 2.29.0" />
1616 <forum >https://forum.kodi.tv/showthread.php?tid=352138</forum >
1717 <website >https://www.formula1.com</website >
1818 <source >https://github.com/jaylinski/kodi-addon-formula1</source >
19- <news >2.0.5 (2025-06-17)
19+ <news >2.0.6 (2025-07-20)
20+ Updated player API key
21+
22+ 2.0.5 (2025-06-17)
2023Fixed error when selecting the "Videos" folder
2124
22252.0.4 (2025-04-05)
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class Api:
1818 """This class uses the Formula 1 v1 API."""
1919
2020 api_base_url = "https://api.formula1.com"
21- api_key = "RNoNDmjJGUFSu1Re9GfMVzJfDClaUV47 " # Extracted from public Formula 1 Android App
21+ api_key = "b3f7H0DKkuzGXT76hV0RakXWOh28tQqY " # Extracted from public Formula 1 Android App
2222 api_limit = 10
2323 api_date_format = "%Y-%m-%dT%H:%M:%S"
2424 api_locale = "en"
You can’t perform that action at this time.
0 commit comments