Fix Piratestreaming

This commit is contained in:
Alhaziel
2019-11-30 17:57:54 +01:00
parent 479fab0812
commit 11f9289298
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ def findvideos(item):
if urls:
for url in urls:
url, c = unshortenit.unshorten(url)
data += url + '\n'
data += url.encode('utf8') + '\n'
itemlist += servertools.find_video_items(data=data)