Skip to content

Commit c24a747

Browse files
authored
[plugin.video.formula1] 2.0.6 (#4693)
1 parent 679e469 commit c24a747

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

plugin.video.formula1/addon.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"/>
@@ -16,7 +16,10 @@
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)
2023
Fixed error when selecting the "Videos" folder
2124

2225
2.0.4 (2025-04-05)

plugin.video.formula1/resources/lib/f1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)