Private GIT

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

Merge pull request #85 from fernandog/fix_bluetigers

Check for login in BLUETIGERS
parents 4e32925e 9751fba7
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,10 @@ class BLUETIGERSProvider(generic.TorrentProvider): ...@@ -84,6 +84,10 @@ class BLUETIGERSProvider(generic.TorrentProvider):
results = [] results = []
items = {'Season': [], 'Episode': [], 'RSS': []} items = {'Season': [], 'Episode': [], 'RSS': []}
# check for auth
if not self._doLogin():
return results
for mode in search_strings.keys(): for mode in search_strings.keys():
logger.log(u"Search Mode: %s" % mode, logger.DEBUG) logger.log(u"Search Mode: %s" % mode, logger.DEBUG)
for search_string in search_strings[mode]: for search_string in search_strings[mode]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment