Private GIT

Skip to content
Snippets Groups Projects
Commit a898fd71 authored by Fernando's avatar Fernando
Browse files

Check for login in BLUETIGERS

as title
parent f241f651
Branches
Tags
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 to comment