summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/Xdcc.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-26 19:53:27 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-01-26 19:53:27 +0100
commit420a2ddaf25125a20b268ec006e81fc429993f63 (patch)
tree77fab5959eb93342d8ee130ba9f5d57c2ce3acc7 /module/plugins/hoster/Xdcc.py
parentremoved custom bg color (diff)
downloadpyload-420a2ddaf25125a20b268ec006e81fc429993f63.tar.xz
new l18n files
Diffstat (limited to 'module/plugins/hoster/Xdcc.py')
-rw-r--r--module/plugins/hoster/Xdcc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/plugins/hoster/Xdcc.py b/module/plugins/hoster/Xdcc.py
index 3e68c7289..fe194abe1 100644
--- a/module/plugins/hoster/Xdcc.py
+++ b/module/plugins/hoster/Xdcc.py
@@ -17,8 +17,6 @@
@author: jeix
"""
-import logging
-from os.path import exists
from os.path import join
from os.path import exists
from os import makedirs
@@ -52,7 +50,6 @@ class Xdcc(Hoster):
def process(self, pyfile):
self.pyfile = pyfile
- self.req = pyfile.m.core.requestFactory.getRequest(self.__name__, type="XDCC")
for i in range(0,3):
try:
self.doDownload(pyfile.url)