summaryrefslogtreecommitdiffstats
path: root/module/plugins
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-02-07 22:46:06 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-02-07 22:46:06 +0100
commitbfcc370e7d79ba8534eb42dc6234184457583163 (patch)
tree548616e60782dc8e9bc7c5a8a8ffdf27a1097d9b /module/plugins
parentclosed #234 (diff)
downloadpyload-bfcc370e7d79ba8534eb42dc6234184457583163.tar.xz
fileserv fix?
Diffstat (limited to 'module/plugins')
-rw-r--r--module/plugins/hoster/FileserveCom.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/module/plugins/hoster/FileserveCom.py b/module/plugins/hoster/FileserveCom.py
index 38d47ee3a..da1de9420 100644
--- a/module/plugins/hoster/FileserveCom.py
+++ b/module/plugins/hoster/FileserveCom.py
@@ -103,11 +103,6 @@ class FileserveCom(Hoster):
# this may either download our file or forward us to an error page
dl = self.download(self.pyfile.url, post={"download":"normal"})
- # check if we were forwarded to real download
- if self.req.lastEffectiveURL not in self.pyfile.url:
- # download okay
- return
-
check = self.checkDownload({"expired": "Your download link has expired"},
{"wait": re.compile(r'You need to wait (\d+) seconds to start another download')})
@@ -121,4 +116,4 @@ class FileserveCom(Hoster):
self.log.debug("%s: You need to wait %d seconds for another download." % (self.__name__, wait_time))
self.wantReconnect = True
self.wait()
- self.retry() \ No newline at end of file
+ self.retry()