From 94c9ec2c1c80c5850a1b55d40550fa1583c586ac Mon Sep 17 00:00:00 2001 From: wonipapa Date: Sat, 10 Feb 2018 14:08:44 +0900 Subject: [PATCH] Update epg2xml.py --- epg2xml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/epg2xml.py b/epg2xml.py index 7f62745..52816ce 100644 --- a/epg2xml.py +++ b/epg2xml.py @@ -392,7 +392,6 @@ def GetEPGFromSKB(ChannelInfo): data = re.sub(pattern, partial(replacement, tag='span'), data) strainer = SoupStrainer('div', {'id':'dawn'}) soup = BeautifulSoup(data, htmlparser, parse_only=strainer, from_encoding='utf-8') - soup = soup.prettify() html = soup.find_all('li') if soup.find_all('li') else '' if(html): for row in html: