Skip to content

Commit

Permalink
Einzelupdate tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Apr 14, 2023
1 parent 68a896f commit 9b0fd17
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions resources/lib/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# Filterliste, Suchwortliste

################################################################################
# <nr>3</nr> # Numerierung für Einzelupdate
# Stand: 08.01.2023
# <nr>4</nr> # Numerierung für Einzelupdate
# Stand: 14.03.2023

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -471,14 +471,15 @@ def ClearUpThumbnails():
#----------------------------------------------------------------
# Aufruf InfoAndFilter
# gibt akt. Datum aus Startpost in kodinerds.net zurück
#
# 14.4.2023 Anpassung an Forum-Update
#
def get_foruminfo():
PLog('get_foruminfo:')

dt=''
path = "https://www.kodinerds.net/index.php/Thread/64244-RELEASE-Kodi-Addon-ARDundZDF"
path = "https://www.kodinerds.net/index.php?thread/64244-release-kodi-addon-ardundzdf/"
page, msg = get_page(path=path)
dt = stringextract(u"nächstes Update (Stand ", ")", page)
dt = stringextract(u"chstes Update (Stand ", ")", page)
if dt == "":
dt = u"? - Forum nicht erreicht"
PLog("dt: " + dt)
Expand Down

0 comments on commit 9b0fd17

Please sign in to comment.