summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/HighWayMe.py
diff options
context:
space:
mode:
authorGravatar EvolutionClip <evolutionclip@live.de> 2015-06-05 22:56:34 +0200
committerGravatar EvolutionClip <evolutionclip@live.de> 2015-06-05 22:56:34 +0200
commitba0d4da7d7944167be120c5a1a87ad2fad9a4226 (patch)
treecb4d7892e9170d89d822fd27f96b910a03b7e634 /module/plugins/hoster/HighWayMe.py
parentUpdate HighWayMe.py (diff)
downloadpyload-ba0d4da7d7944167be120c5a1a87ad2fad9a4226.tar.xz
Added Comment
Line 27: Is not working. It should by if 302 Moved Temporarily then ... But I don't now how to implement it.
Diffstat (limited to 'module/plugins/hoster/HighWayMe.py')
-rw-r--r--module/plugins/hoster/HighWayMe.py3
1 files changed, 1 insertions, 2 deletions
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 '<valid>0</valid>' in self.html or (
-+ "You are not allowed to download from this host" in self.html and self.premium):
++ if '<valid>0</valid>' 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()
+