Skip to content

Commit 8d38644

Browse files
authored
Merge pull request #4660 from basrieter/retrospect-matrix
[plugin.video.retrospect] v5.7.26
2 parents 59474fa + 8ebadcc commit 8d38644

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

plugin.video.retrospect/addon.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="plugin.video.retrospect"
3-
version="5.7.25"
3+
version="5.7.26"
44
name="Retrospect"
55
provider-name="Bas Rieter">
66

@@ -133,9 +133,9 @@
133133
<platform>all</platform>
134134
<license>GPL-3.0-or-later</license>
135135
<language>en nl de sv no lt lv fi</language>
136-
<news>[B]Retrospect v5.7.25 - Changelog - 2025-04-09[/B]
136+
<news>[B]Retrospect v5.7.26 - Changelog - 2025-04-26[/B]
137137

138-
Just some minor channel fixes for NPO and Videoland.
138+
A small fix for the Vier.be channel.
139139

140140
[B]Framework related[/B]
141141
_None_
@@ -144,8 +144,7 @@ _None_
144144
_None_
145145

146146
[B]Channel related[/B]
147-
* Fixed: NPO &quot;news&quot; and &quot;populair&quot; categories.
148-
* Fixed: VideoLand video playback (Fixes #1894).
147+
* Fixed: Vier.be not listing shows (Fixes #1897).
149148

150149
</news>
151150
<assets>

plugin.video.retrospect/channels/channel.be/vier/chn_vier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(self, channel_info):
107107
parser=[], creator=self.create_typed_nextjs_item)
108108

109109
self._add_data_parser("https://www.goplay.be/", json=True, name="Main show parser",
110-
preprocessor=NextJsParser(r"{\"playlists\":(.+)}\]}\]\][\r\n]"),
110+
preprocessor=NextJsParser(r"{\"playlists\":(.+}\]).+?}\]}\]\][\r\n]"),
111111
parser=[], creator=self.create_season_item,
112112
postprocessor=self.show_single_season)
113113

0 commit comments

Comments
 (0)