Skip to content

Commit

Permalink
Einzelupdate ARDnew.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rols1 committed Apr 17, 2023
1 parent cd2abbd commit 15377c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/lib/ARDnew.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# 21.11.2019 Migration Python3 Modul kodi_six + manuelle Anpassungen
#
################################################################################
# <nr>39</nr> # Numerierung für Einzelupdate
# Stand: 15.04.2023
# <nr>40</nr> # Numerierung für Einzelupdate
# Stand: 17.04.2023

# Python3-Kompatibilität:
from __future__ import absolute_import # sucht erst top-level statt im akt. Verz.
Expand Down Expand Up @@ -772,7 +772,7 @@ def ARDPagination(title, path, pageNumber, pageSize, ID, mark):
page = page.replace('\\"', '*') # quotierte Marks entf.


li = get_page_content(li, page, ID, mark)
li = get_json_content(li, page, ID, mark)

if '"pagination":' in page: # z.B. Scroll-Beiträge zu Rubriken
title = "Mehr zu >%s<" % title_org # Mehr-Button # ohne Pfad
Expand Down

0 comments on commit 15377c1

Please sign in to comment.