Update epg2xml.py

This commit is contained in:
wonipapa
2018-02-10 14:10:17 +09:00
committed by GitHub
parent 94c9ec2c1c
commit eff7f50627
-1
View File
@@ -402,7 +402,6 @@ def GetEPGFromSKB(ChannelInfo):
startTime = datetime.datetime.strptime(startTime, '%Y-%m-%d %H:%M')
startTime = startTime.strftime('%Y%m%d%H%M%S')
cell = row.find('span', {'class':'title'})
print(cell)
if(cell):
cell = cell.text.decode('string_escape').strip()
pattern = "^(.*?)(\(([\d,]+)회\))?(<(.*)>)?(\((재)\))?$"