From 215f0cdb46504d35ef8cd7a6c12deb7720c5db00 Mon Sep 17 00:00:00 2001 From: Nils Vogels Date: Sun, 18 May 2014 02:15:13 +0200 Subject: [PATCH] Adding missing character in URL --- sickbeard/providers/thepiratebay.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sickbeard/providers/thepiratebay.py b/sickbeard/providers/thepiratebay.py index 35a50b00..045f8908 100644 --- a/sickbeard/providers/thepiratebay.py +++ b/sickbeard/providers/thepiratebay.py @@ -450,8 +450,8 @@ class ThePirateBayWebproxy: 'Webproxy.cz (CZ)': 'http://webproxy.cz/', '2me2u (CZ)': 'http://2me2u.me/', 'Interproxy.net (EU)': 'http://interproxy.net/', - 'Unblockersurf.info (DK)': 'http://unblockersurf.info', - 'Hiload.org (NL)': 'http://hiload.org', + 'Unblockersurf.info (DK)': 'http://unblockersurf.info/', + 'Hiload.org (NL)': 'http://hiload.org/', } def isEnabled(self):