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/common.py | |
parent | 0b97f3a93690ea5449790acc1274df8900d141aa (diff) |
[hlsnative] Support test parameter
Diffstat (limited to 'youtube_dl/downloader/common.py')
-rw-r--r-- | youtube_dl/downloader/common.py | 1 |
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): |