diff --git a/sickbeard/providers/limetorrents.py b/sickbeard/providers/limetorrents.py index 3578a0b25ca526db206b466a5dcd558fb2c532fc..393cd1f7b140d52d25bf7e4e07693124782fb810 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/' }