[hlsnative] Support test parameter
This commit is contained in:
parent
0b97f3a936
commit
b686fc18da
4 changed files with 18 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue