youtube-dl

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

commit 2f543a2142e05bac988ccd6566e0c9fc5cadca90
parent 7e5db8c930e5f154287f98c6c0da90fffd2ede4f
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Tue, 10 Feb 2015 04:52:33 +0100

[options] Add alias --dump-header for --print-traffic

Diffstat:
Myoutube_dl/options.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/options.py b/youtube_dl/options.py @@ -557,7 +557,7 @@ def parseOpts(overrideArguments=None): action='store_true', dest='youtube_print_sig_code', default=False, help=optparse.SUPPRESS_HELP) verbosity.add_option( - '--print-traffic', + '--print-traffic', '--dump-headers', dest='debug_printtraffic', action='store_true', default=False, help='Display sent and read HTTP traffic') verbosity.add_option(