From ba0d4da7d7944167be120c5a1a87ad2fad9a4226 Mon Sep 17 00:00:00 2001 From: EvolutionClip Date: Fri, 5 Jun 2015 22:56:34 +0200 Subject: Added Comment Line 27: Is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it. --- module/plugins/hoster/HighWayMe.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/plugins') diff --git a/module/plugins/hoster/HighWayMe.py b/module/plugins/hoster/HighWayMe.py index 7e8f8a165..e7b3fd739 100644 --- a/module/plugins/hoster/HighWayMe.py +++ b/module/plugins/hoster/HighWayMe.py @@ -24,8 +24,7 @@ + + + def checkErrors(self): -+ if '0' in self.html or ( -+ "You are not allowed to download from this host" in self.html and self.premium): ++ if '0' in self.html: #This is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it. + self.account.relogin(self.user) + self.retry() + -- cgit v1.2.3