aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/common.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-01-25 12:02:43 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2014-01-25 15:33:23 +0100
commitf89197d73e14d33ea580b5fdaed0e84e4b6851a5 (patch)
tree6b7fbba2734c17da337284c459f5788657c933ed /youtube_dl/downloader/common.py
parent944d65c762cc8426bb10093d11dbb94ea5dc21cb (diff)
downloadyoutube-dl-f89197d73e14d33ea580b5fdaed0e84e4b6851a5.tar.xz
Some pep8 style fixes
Diffstat (limited to 'youtube_dl/downloader/common.py')
-rw-r--r--youtube_dl/downloader/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/downloader/common.py b/youtube_dl/downloader/common.py
index 10143d56a..5a068aa8b 100644
--- a/youtube_dl/downloader/common.py
+++ b/youtube_dl/downloader/common.py
@@ -314,4 +314,3 @@ class FileDownloader(object):
if the download is successful.
"""
self._progress_hooks.append(ph)
-