diff options
Diffstat (limited to 'test/test_download.py')
| -rw-r--r-- | test/test_download.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/test_download.py b/test/test_download.py index dd5818dba..d0be8d27c 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -90,7 +90,7 @@ def generator(test_case):          def _hook(status):              if status['status'] == 'finished':                  finished_hook_called.add(status['filename']) -        ydl.fd.add_progress_hook(_hook) +        ydl.add_progress_hook(_hook)          def get_tc_filename(tc):              return tc.get('file') or ydl.prepare_filename(tc.get('info_dict', {})) | 
