From 371f41eaa3fcf3faf34429b378477c71abdc984a Mon Sep 17 00:00:00 2001 From: cosote <cosote@gmail.com> Date: Sat, 2 Jun 2018 22:52:06 +0200 Subject: [PATCH] fix limetorrent search --- sickbeard/providers/limetorrents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/providers/limetorrents.py b/sickbeard/providers/limetorrents.py index 3578a0b25..393cd1f7b 100644 --- a/sickbeard/providers/limetorrents.py +++ b/sickbeard/providers/limetorrents.py @@ -39,7 +39,7 @@ class LimeTorrentsProvider(TorrentProvider): # pylint: disable=too-many-instanc self.urls = { 'index': 'https://www.limetorrents.cc/', - 'search': 'https://www.limetorrents.cc/searchrss/tv/', + 'search': 'https://www.limetorrents.cc/searchrss/', 'rss': 'https://www.limetorrents.cc/rss/tv/' } -- GitLab