summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-09-04 15:13:57 +0200
committerGravatar spoob <spoob@gmx.de> 2009-09-04 15:13:57 +0200
commit6b5d39a18461a45e53fd4048e1ac6a5cbd075b8c (patch)
tree12c44e446f2d82785572b2577a39a96e741c34a9 /module/network
parentpyLoad RC (diff)
downloadpyload-6b5d39a18461a45e53fd4048e1ac6a5cbd075b8c.tar.xz
clean root folder
Diffstat (limited to 'module/network')
-rwxr-xr-xmodule/network/Request.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/Request.py b/module/network/Request.py
index b2bac2d7b..084c84f95 100755
--- a/module/network/Request.py
+++ b/module/network/Request.py
@@ -244,7 +244,6 @@ class Request:
if "..." in file_name:
download_folder = dirname(file_name) + sep
headers = self.get_header()
- print headers
file_name_search = re.search('filename=(?P<quote>\")?(.+)(?(quote)\")', headers)
if file_name_search:
file_name = file_name_search.group(2)