Cineblog01 host fixe for menu items

This commit is contained in:
thepasto
2019-04-13 13:40:52 +02:00
committed by mac12m99
parent 293eff6454
commit 0e94b60294

View File

@@ -59,6 +59,7 @@ def mainlist(item):
def menu(item):
findhost()
itemlist= []
data = httptools.downloadpage(item.url, headers=headers).data
data = re.sub('\n|\t', '', data)