]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/downloader/common.py
[sportdeutschland] Fix testcase
[youtube-dl.git] / youtube_dl / downloader / common.py
index 9ce97f5fe6c4517ec8b6d681e924bcd387a185cf..f85f0c94e7544b6eabad3d1f4158f88b9e3c981d 100644 (file)
@@ -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):