summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RapideoPl.py
diff options
context:
space:
mode:
authorGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:47:49 +0200
committerGravatar synweap15 <shamdog+github@gmail.com> 2014-07-09 13:47:49 +0200
commit2e8ed2bf0b357e907f6921c7bb88719bb347367b (patch)
treed938b32f0b55fe708dc4306f74ea32f1c00458e0 /module/plugins/hoster/RapideoPl.py
parentremove enviroment line (diff)
downloadpyload-2e8ed2bf0b357e907f6921c7bb88719bb347367b.tar.xz
remove blank lines and unused imports
Diffstat (limited to 'module/plugins/hoster/RapideoPl.py')
-rw-r--r--module/plugins/hoster/RapideoPl.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hoster/RapideoPl.py b/module/plugins/hoster/RapideoPl.py
index b7deaa8ed..587b00bca 100644
--- a/module/plugins/hoster/RapideoPl.py
+++ b/module/plugins/hoster/RapideoPl.py
@@ -52,9 +52,7 @@ class RapideoPl(SimpleHoster):
return self.load(self._api_url, post=query)
def process(self, pyfile):
-
self.get_username_password()
-
try:
data = self.runFileQuery(pyfile.url, 'fileinfo')
except Exception as e: