Private GIT

Skip to content
Snippets Groups Projects
Commit 49af65be authored by Kevin Richter's avatar Kevin Richter Committed by miigotu
Browse files

Fix HorribleSubs search with group constraint (#3719)

parent 9bd980e5
Branches
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ class HorribleSubsProvider(TorrentProvider): # pylint: disable=too-many-instanc ...@@ -107,7 +107,7 @@ class HorribleSubsProvider(TorrentProvider): # pylint: disable=too-many-instanc
if not all([title, download_url]): if not all([title, download_url]):
continue continue
item = {'title': title, 'link': download_url, 'size': 333, 'seeders': 1, 'leechers': 1, item = {'title': '[HorribleSubs] ' + title, 'link': download_url, 'size': 333, 'seeders': 1, 'leechers': 1,
'hash': ''} 'hash': ''}
if mode != 'RSS': if mode != 'RSS':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment