summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RedtubeCom.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-30 16:09:09 +0200
commit301ac21f2a4b6032d05fba362d167bf182404ee6 (patch)
tree71def1385a5c35d53994e95fac074b91d0eeafc5 /module/plugins/hoster/RedtubeCom.py
parentencoding fixes (diff)
downloadpyload-301ac21f2a4b6032d05fba362d167bf182404ee6.tar.xz
little fixes
Diffstat (limited to 'module/plugins/hoster/RedtubeCom.py')
-rw-r--r--module/plugins/hoster/RedtubeCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/RedtubeCom.py b/module/plugins/hoster/RedtubeCom.py
index 748ab04f0..9ffafd905 100644
--- a/module/plugins/hoster/RedtubeCom.py
+++ b/module/plugins/hoster/RedtubeCom.py
@@ -17,7 +17,7 @@ class RedtubeCom(Hoster):
def process(self, pyfile):
self.download_html()
if not self.file_exists():
- offline()
+ self.offline()
pyfile.name = self.get_file_name()
self.download(self.get_file_url())