From 689feb78d07a8c7e07bce7bec1c420c8a1633c08 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 31 Aug 2013 14:33:30 +0200 Subject: [PATCH] Torrentshack missin category for pre-dvd releases. fix #2083 --- couchpotato/core/providers/torrent/torrentshack/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/providers/torrent/torrentshack/main.py b/couchpotato/core/providers/torrent/torrentshack/main.py index 1b9ee19..b9d12c7 100644 --- a/couchpotato/core/providers/torrent/torrentshack/main.py +++ b/couchpotato/core/providers/torrent/torrentshack/main.py @@ -27,7 +27,7 @@ class TorrentShack(TorrentProvider): ] http_time_between_calls = 1 #seconds - cat_backup_id = None + cat_backup_id = 400 def _searchOnTitle(self, title, movie, quality, results):