summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPDownload.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/HTTPDownload.py')
-rw-r--r--module/network/HTTPDownload.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index 59d38beee..520a4e5f4 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -31,6 +31,8 @@ from HTTPRequest import BadHeader
from module.plugins.Hoster import Abort
from module.utils.fs import save_join, fs_encode
+# TODO: save content-disposition for resuming
+
class HTTPDownload():
""" loads a url http + ftp """