Skip to content

Commit

Permalink
Einzelupdate my3Sat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Jan 1, 2025
1 parent 107de26 commit 5758732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/lib/my3Sat.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Nov./Dez. 2024 Umstellung Web-scraping -> api hbbtv.zdf.de
#
################################################################################
# <nr>27</nr> # Numerierung für Einzelupdate
# Stand: 24.12.2024
# <nr>28</nr> # Numerierung für Einzelupdate
# Stand: 01.01.2025

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -485,6 +485,7 @@ def SendungenDatum(title, dayID):
prgID = item["id"]
head = item["head"] # "Dokumentation | Natur"
title = item["title"]
title = unescape(title); title = repl_json_chars(title)
img = item["img"]
tim = item["tim"] # "09:45"
if "foot" in item: #"03.12.2024", fehlt in lauf. Sendung
Expand Down

0 comments on commit 5758732

Please sign in to comment.