aboutsummaryrefslogtreecommitdiff
path: root/test/test_download.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-23 13:52:15 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-23 13:52:15 +0100
commit00b2685b9ceecbeb5a5ea1cb7bd1ff2772e941de (patch)
treee1c65ad61d57264be5c8624d5ffd0c4bcdc94b5d /test/test_download.py
parent8e3e03229e10cba8fe6ad7aa67d48c939a1c458a (diff)
parent9d8d675e0e739504978642f132ec3f68d6690892 (diff)
downloadyoutube-dl-00b2685b9ceecbeb5a5ea1cb7bd1ff2772e941de.tar.xz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'test/test_download.py')
-rw-r--r--test/test_download.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_download.py b/test/test_download.py
index f242b3528..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.add_downloader_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', {}))