YoutubeDL: rename _fd_progress_hooks back to _progress_hooks

In the future it may report more things.
This commit is contained in:
Jaime Marquínez Ferrándiz 2013-12-23 10:37:27 +01:00
parent b3d9ef88ec
commit 933605d7e8
2 changed files with 6 additions and 6 deletions

View file

@ -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', {}))