aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/common.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/common.py
parent0b97f3a93690ea5449790acc1274df8900d141aa (diff)
downloadyoutube-dl-b686fc18dacaa6994c646c171368b99e168b619a.tar.xz
[hlsnative] Support test parameter
Diffstat (limited to 'youtube_dl/downloader/common.py')
-rw-r--r--youtube_dl/downloader/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/downloader/common.py b/youtube_dl/downloader/common.py
index 9ce97f5fe..f85f0c94e 100644
--- a/youtube_dl/downloader/common.py
+++ b/youtube_dl/downloader/common.py
@@ -42,6 +42,7 @@ class FileDownloader(object):
Subclasses of this one must re-define the real_download method.
"""
+ _TEST_FILE_SIZE = 10241
params = None
def __init__(self, ydl, params):