Skip to content

Commit

Permalink
Einzelupdate ardundzdf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed May 29, 2024
1 parent 117e52c commit 553fac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ardundzdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# +++++ ARDundZDF - Addon Kodi-Version, migriert von der Plexmediaserver-Version +++++

# VERSION -> addon.xml aktualisieren
# <nr>200</nr> # Numerierung für Einzelupdate
# <nr>201</nr> # Numerierung für Einzelupdate
VERSION = '5.0.4'
VDATE = '26.05.2024'
VDATE = '29.05.2024'


# (c) 2019 by Roland Scholz, rols1@gmx.de
Expand Down Expand Up @@ -4664,7 +4664,7 @@ def ARDSportMediaPlayer(li, item_data):
stream_url = stringextract('url":"', '"', url)
break

title = stringextract('page_title":"', ',"', item_data) # kann " enthalten
title = stringextract('],"title":"', ',"', item_data) # 29.05.2024 nach Bildtitel
title=decode_url(title); title=repl_json_chars(title);

duration = stringextract('durationSeconds":"', '"', item_data)
Expand Down

0 comments on commit 553fac2

Please sign in to comment.