diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index bd835716..72072698 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -18,7 +18,7 @@ class VideoTorrentcastPlugin(Plugin): request = urllib.request.urlopen( 'http://{}:{}/play/'.format(self.server, self.port), data=urllib.parse.urlencode({ - 'url': resource + 'url': url }) )