diff --git a/couchpotato/core/media/movie/providers/torrent/thepiratebay.py b/couchpotato/core/media/movie/providers/torrent/thepiratebay.py index 0dc8313..b3cefba 100644 --- a/couchpotato/core/media/movie/providers/torrent/thepiratebay.py +++ b/couchpotato/core/media/movie/providers/torrent/thepiratebay.py @@ -21,7 +21,7 @@ class ThePirateBay(MovieProvider, Base): def buildUrl(self, media, page, cats): return ( - tryUrlencode('"%s"' % fireEvent('library.query', media, single = True)), + tryUrlencode('%s' % fireEvent('library.query', media, single = True)), page, ','.join(str(x) for x in cats) )