Add login check to torrentleech. closes #1635
This commit is contained in:
@@ -74,3 +74,6 @@ class TorrentLeech(TorrentProvider):
|
||||
'remember_me': 'on',
|
||||
'login': 'submit',
|
||||
})
|
||||
|
||||
def loginSuccess(self, output):
|
||||
return '/user/account/logout' in output.lower() or 'welcome back' in output.lower()
|
||||
|
||||
Reference in New Issue
Block a user