X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fdownloader%2Fcommon.py;h=f85f0c94e7544b6eabad3d1f4158f88b9e3c981d;hb=b686fc18dacaa6994c646c171368b99e168b619a;hp=9ce97f5fe6c4517ec8b6d681e924bcd387a185cf;hpb=0b97f3a93690ea5449790acc1274df8900d141aa;p=youtube-dl 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):