From cd1dc39ef23d41cb018899c30f681b7f0dbbad22 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 27 Jul 2014 21:14:31 +0200 Subject: [PATCH 1/2] Add bd50 torrentleech --- couchpotato/core/media/movie/providers/torrent/torrentleech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/media/movie/providers/torrent/torrentleech.py b/couchpotato/core/media/movie/providers/torrent/torrentleech.py index 191ceba..d72f425 100644 --- a/couchpotato/core/media/movie/providers/torrent/torrentleech.py +++ b/couchpotato/core/media/movie/providers/torrent/torrentleech.py @@ -11,7 +11,7 @@ autoload = 'TorrentLeech' class TorrentLeech(MovieProvider, Base): cat_ids = [ - ([13], ['720p', '1080p']), + ([13], ['720p', '1080p', 'bd50']), ([8], ['cam']), ([9], ['ts', 'tc']), ([10], ['r5', 'scr']), From 7b6fa4f0e54cd0be7d818338b926e9329d0bf1d4 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 27 Jul 2014 21:28:06 +0200 Subject: [PATCH 2/2] Transmission failed to download --- couchpotato/core/downloaders/transmission.py | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/core/downloaders/transmission.py b/couchpotato/core/downloaders/transmission.py index 53ca9b8..409efaa 100644 --- a/couchpotato/core/downloaders/transmission.py +++ b/couchpotato/core/downloaders/transmission.py @@ -31,6 +31,7 @@ class Transmission(DownloaderBase): return False self.trpc = TransmissionRPC(host[0], port = host[1], rpc_url = self.conf('rpc_url').strip('/ '), username = self.conf('username'), password = self.conf('password')) + return self.trpc def download(self, data = None, media = None, filedata = None): if not media: media = {}