diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-24 14:38:40 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-24 14:38:40 +0200 |
commit | b686fc18dacaa6994c646c171368b99e168b619a (patch) | |
tree | dd1c6df486460f41aae700d7a93b0afd72ebca8a /youtube_dl/downloader/http.py | |
parent | 0b97f3a93690ea5449790acc1274df8900d141aa (diff) |
[hlsnative] Support test parameter
Diffstat (limited to 'youtube_dl/downloader/http.py')
-rw-r--r-- | youtube_dl/downloader/http.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/youtube_dl/downloader/http.py b/youtube_dl/downloader/http.py index 6caf7451e..f62555ce0 100644 --- a/youtube_dl/downloader/http.py +++ b/youtube_dl/downloader/http.py @@ -14,8 +14,6 @@ from ..utils import ( class HttpFD(FileDownloader): - _TEST_FILE_SIZE = 10241 - def real_download(self, filename, info_dict): url = info_dict['url'] tmpfilename = self.temp_name(filename) |