From 11f9289298000bcbce3f029a33b55718ddfa438a Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Sat, 30 Nov 2019 17:57:54 +0100 Subject: [PATCH] Fix Piratestreaming --- channels.json | 2 +- channels/piratestreaming.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channels.json b/channels.json index b8326f3d..a2faac40 100644 --- a/channels.json +++ b/channels.json @@ -32,7 +32,7 @@ "mondolunatico": "http://mondolunatico.org", "mondolunatico2": "https://mondolunatico.org:443/stream", "mondoserietv": "https://mondoserietv.com", - "piratestreaming": "https://www.piratestreaming.media", + "piratestreaming": "https://www.piratestreaming.top", "polpotv": "https://polpo.tv", "seriehd": "https://www.seriehd.moda", "serietvonline": "https://serietvonline.best", diff --git a/channels/piratestreaming.py b/channels/piratestreaming.py index f81bbc41..18f72c6f 100644 --- a/channels/piratestreaming.py +++ b/channels/piratestreaming.py @@ -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)