about summary refs log tree commit diff
path: root/youtube_dl/downloader/http.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-09-24 14:38:40 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-09-24 14:38:40 +0200
commitb686fc18dacaa6994c646c171368b99e168b619a (patch)
treedd1c6df486460f41aae700d7a93b0afd72ebca8a /youtube_dl/downloader/http.py
parent0b97f3a93690ea5449790acc1274df8900d141aa (diff)
downloadyoutube-dl-b686fc18dacaa6994c646c171368b99e168b619a.tar.gz
youtube-dl-b686fc18dacaa6994c646c171368b99e168b619a.tar.xz
youtube-dl-b686fc18dacaa6994c646c171368b99e168b619a.zip
[hlsnative] Support test parameter
Diffstat (limited to 'youtube_dl/downloader/http.py')
-rw-r--r--youtube_dl/downloader/http.py2
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)