diff options
Diffstat (limited to 'module/plugins/hoster/Xdcc.py')
-rw-r--r-- | module/plugins/hoster/Xdcc.py | 3 |
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)
|