$OpenBSD: patch-youtube_dl_FileDownloader_py,v 1.6 2013/02/02 15:56:33 dcoppa Exp $
--- youtube_dl/FileDownloader.py.orig	Fri Feb  1 18:09:34 2013
+++ youtube_dl/FileDownloader.py	Sat Feb  2 16:46:20 2013
@@ -569,7 +569,7 @@ class FileDownloader(object):
         # Download using rtmpdump. rtmpdump returns exit code 2 when
         # the connection was interrumpted and resuming appears to be
         # possible. This is part of rtmpdump's normal usage, AFAIK.
-        basic_args = ['rtmpdump', '-q', '-r', url, '-o', tmpfilename]
+        basic_args = ['rtmpdump', '-r', url, '-o', tmpfilename]
         if player_url is not None:
             basic_args += ['-W', player_url]
         if page_url is not None:
