MCPcopy Create free account
hub / github.com/CCSH/IPTV / get_channel_data

Method get_channel_data

main.py:255–256  ·  view source on GitHub ↗
(self, chn_type: str)

Source from the content-addressed store, hash-verified

253 self.add_other_line(line, channel_url)
254
255 def get_channel_data(self, chn_type: str) -> list:
256 return self.channel_data.get(chn_type, [])
257
258 def get_all_other(self) -> list:
259 return self.other_lines

Callers 1

generate_live_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected