Fixed login success detection.

This commit is contained in:
sax
2013-05-28 15:33:06 +00:00
committed by Ruud
parent 3ac095d359
commit ca02c66f26

View File

@@ -72,4 +72,4 @@ class TorrentShack(TorrentProvider):
})
def loginSuccess(self, output):
return '/logout.php' in output.lower()
return 'logout.php' in output.lower()