Some pep8 style fixes
parent
944d65c762
commit
f89197d73e
|
@ -8,6 +8,7 @@ from ..utils import (
|
|||
determine_ext,
|
||||
)
|
||||
|
||||
|
||||
def get_suitable_downloader(info_dict):
|
||||
"""Get the downloader class that can handle the info dict."""
|
||||
url = info_dict['url']
|
||||
|
@ -20,4 +21,3 @@ def get_suitable_downloader(info_dict):
|
|||
return MplayerFD
|
||||
else:
|
||||
return HttpFD
|
||||
|
||||
|
|
|
@ -314,4 +314,3 @@ class FileDownloader(object):
|
|||
if the download is successful.
|
||||
"""
|
||||
self._progress_hooks.append(ph)
|
||||
|
||||
|
|
Loading…
Reference in New Issue