We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dfbf5 commit b4838caCopy full SHA for b4838ca
channels/channel.be/vier/chn_vier.py
@@ -89,7 +89,7 @@ def __init__(self, channel_info):
89
90
self._add_data_parser("https://www.play.tv/", json=True, name="Main show parser",
91
preprocessor=NextJsParser(key="playlists"),
92
- parser=[-1], creator=self.create_season_item,
+ parser=[], creator=self.create_season_item,
93
postprocessor=self.show_single_season)
94
95
self._add_data_parser("https://www.play.tv/tv-gids/", json=True, name="TV Guide parser",
0 commit comments