summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/Ftp.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/Ftp.py')
-rw-r--r--pyload/plugin/hoster/Ftp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/Ftp.py b/pyload/plugin/hoster/Ftp.py
index 42ef3c357..4f6a01d22 100644
--- a/pyload/plugin/hoster/Ftp.py
+++ b/pyload/plugin/hoster/Ftp.py
@@ -64,7 +64,7 @@ class Ftp(Hoster):
pyfile.size = int(m.group(1))
self.download(pyfile.url)
else:
- #Naive ftp directory listing
+ # Naive ftp directory listing
if re.search(r'^25\d.*?"', self.req.http.header, re.M):
pyfile.url = pyfile.url.rstrip('/')
pkgname = "/".join(pyfile.package().name, urlparse(pyfile.url).path.rpartition('/')[2])