youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 844d1f9fa199395b6ae6abd50c50859c9fd524e3
parent 213c31ae16641ed2df61f0abbd7ea032267b2222
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Thu, 11 Apr 2013 10:54:37 +0200

Removed overly verbose options and arguments (Should be obvious from the previous lines)

Diffstat:
Myoutube_dl/__init__.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py @@ -303,8 +303,6 @@ def parseOpts(): print(u'[debug] System config: ' + repr(systemConf)) print(u'[debug] User config: ' + repr(userConf)) print(u'[debug] Command-line args: ' + repr(commandLineConf)) - print(u'[debug] opts: ' + repr(opts)) - print(u'[debug] args: ' + repr(args)) return parser, opts, args