youtube-dl

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

commit abb870d1adb7440d0ac8bb397d8aea7e3057539d
parent daa982bc019dacbf09ab7ee198a010482b9d4356
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 18 Sep 2011 18:50:23 +0200

Clarify --cookies option

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube-dl b/youtube-dl @@ -3583,7 +3583,7 @@ def parseOpts(): action='store_false', dest='continue_dl', help='do not resume partially downloaded files (restart from beginning)') filesystem.add_option('--cookies', - dest='cookiefile', metavar='FILE', help='file to dump cookie jar to') + dest='cookiefile', metavar='FILE', help='file to read cookies from and dump cookie jar in') filesystem.add_option('--no-part', action='store_true', dest='nopart', help='do not use .part files', default=False) filesystem.add_option('--no-mtime',