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]