Skip to content

Commit

Permalink
[zdfmediathek] update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jul 27, 2024
1 parent 9ad3f01 commit 002ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zdfmediathek/src/zdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if not path.exists(FONT):
FONT = "/usr/share/fonts/nmsbd.ttf"
addFont(FONT, "SRegular", 100, False)
API_URL = "https://zdf-cdn.live.cellular.de/mediathekV2/"
API_URL = "https://zdf-prod-futura.zdf.de/mediathekV2/"
ColorList = [("default,#1a104485,#3D104485,#1aC0C0C0", "Trans-BrightBlue"), ("default,#050a1232,#1502050e,#05192d7c", "Trans-DarkBlue"), ("default,#05000000,#15000000,#606060", "Trans-BlackGray"), ("default,#05000000,#15000000,#ffff00", "Trans-BlackYellow"), ("default,#1a746962,#1502050e,#1a746962", "Trans-BrownBlue"), ("MiniTV,#104485,#0c366a,#C0C0C0", "BrightBlue MiniTV"), ("MiniTV,#0a1232,#02050e,#192d7c", "DarkBlue MiniTV"), ("MiniTV,#000000,#080808,#606060", "BlackGray MiniTV"), ("MiniTV,#000000,#080808,#ffff00", "BlackYellow MiniTV"), ("MiniTV,#746962,#02050e,#746962", "BrownBlue MiniTV")]
config.plugins.ZDF.SkinColor = ConfigSelection(default="default,#050a1232,#1502050e,#05192d7c", choices=ColorList)

Expand Down

0 comments on commit 002ede4

Please sign in to comment.