Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SoPudge/kodi_iptv_epg
/ functions
Functions
3 in github.com/SoPudge/kodi_iptv_epg
⨍
Functions
3
◇
Types & classes
0
↓ 2 callers
Function
getChannelCNTV
通过央视cntv接口,获取央视,和上星卫视的节目单,写入同目录下epg.xml文件,文件格式符合xmltv标准 接口返回的json转换成dict后类似如下 {'cctv1': {'isLive': '九九第1集', 'liveSt': 1535264130, 'channe
getepg.py:24
Function
getChannelTVmining
获取tvmining的电子节目单,给出的xml格式,直接转换成json后组合成标准节目单即可
getepg.py:125
Function
getChannelTVsou
获取TVSOU的节目单和节目信息,先获取所有台的ID,再通过ID获取每个台每天节目单
getepg.py:65