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