Private GIT

Skip to content
Snippets Groups Projects
Commit 194ce97a authored by cosote's avatar cosote Committed by miigotu
Browse files

add missing '/' for for limetorrents rss search

parent 371f41ea
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class LimeTorrentsProvider(TorrentProvider): # pylint: disable=too-many-instanc
(search_string.decode("utf-8")), logger.DEBUG)
try:
search_url = (self.urls['rss'], self.urls['search'] + search_string)[mode != 'RSS']
search_url = (self.urls['rss'], self.urls['search'] + search_string + '/')[mode != 'RSS']
data = self.get_url(search_url, returns='text')
if not data:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment