test
This commit is contained in:
parent
8b3984debf
commit
77d3f554a2
@ -18,6 +18,7 @@ class OriginChannels():
|
|||||||
api_json = self.fhdhr.web.session.get(channel_json_url).json()
|
api_json = self.fhdhr.web.session.get(channel_json_url).json()
|
||||||
|
|
||||||
for channel_dict in api_json['channel']['item']:
|
for channel_dict in api_json['channel']['item']:
|
||||||
|
if channel_dict["properties"]["has_vod"] == "false":
|
||||||
|
|
||||||
clean_station_item = {
|
clean_station_item = {
|
||||||
"name": channel_dict["title"],
|
"name": channel_dict["title"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user