From 16396f6388a48eb9933640758bd165ada75f0ef6 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Tue, 2 Jan 2018 12:09:45 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epg2xml.py | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/epg2xml.py b/epg2xml.py index 632f52e..4623937 100644 --- a/epg2xml.py +++ b/epg2xml.py @@ -140,10 +140,6 @@ def getEpg(): GetEPGFromEveryon(ChannelInfo) elif ChannelSource == 'OKSUSU': GetEPGFromOksusu(ChannelInfo) - elif ChannelSource == 'CCS': - GetEPGFromCcs(ChannelInfo) - elif ChannelSource == 'OLLEH': - GetEPGFromOlleh(ChannelInfo) elif ChannelSource == 'MBC': GetEPGFromMbc(ChannelInfo) elif ChannelSource == 'MIL': @@ -770,18 +766,6 @@ def GetEPGFromOksusu(ChannelInfo): if(debug): printError(ChannelName + str(e)) else: pass -#Get EPG data from CCS -def GetEPGFromCcs(ChannelInfo): - pass - -#Get EPG data from OLLEH -def GetEPGFromOlleh(ChannelInfo): - pass - -#Get EPG data from DLIVE -def GetEPGFromDlive(ChannelInfo): - pass - # Get EPG data from MBC Radio def GetEPGFromMbc(ChannelInfo): ChannelId = ChannelInfo[0]