Private GIT

Skip to content
Snippets Groups Projects
Commit edd3a3ac authored by miigotu's avatar miigotu
Browse files

Merge pull request #2646 from fbossy/fix-provider-fnt2

Add missing check for auth to _doSearch
parents 138eec00 c6bdba33
Branches
Tags
No related merge requests found
......@@ -152,6 +152,10 @@ class FNTProvider(generic.TorrentProvider):
results = []
items = {'Season': [], 'Episode': [], 'RSS': []}
# check for auth
if not self._doLogin():
return results
for mode in search_strings.keys():
for search_string in search_strings[mode]:
logger.log(u"Search string: " + search_string, logger.DEBUG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment