[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:44:50 UTC 2009


The following commit has been merged in the master branch:
commit 95bfb28f6d41b5162df480a61616229c3cae791f
Author: legatvs <legatvs at gmail.com>
Date:   Thu Feb 19 12:00:59 2009 +0200

    Renamed options.

diff --git a/CHANGES b/CHANGES
index daf2b9c..b45dd9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
 Version 2.1.6
 
  User-visible changes:
+  * Renamed the following options
+    - --noproxy => --no-proxy
+    - --noextract => --no-extract
+    - --nologin => --no-login
   * Butchered --help output
     - much less verbose now
     - relocated manual page data to clive.pod
diff --git a/clive b/clive
index 47a9615..eeb02d3 100755
--- a/clive
+++ b/clive
@@ -122,9 +122,9 @@ GetOptions(\%opts,
     # Commented out until WWW::Curl is fixed:
     # 'maxspeed!', 'minspeed!',
     # Workarounds since $longopt!|$shortopt cannot be used.
-    'noextract|n'         => sub { $opts{extract}   = 0 },
-    'nologin|L'           => sub { $opts{login}     = 0 },
-    'noproxy|X'           => sub { $opts{proxy}     = "" },
+    'no-extract|n'        => sub { $opts{extract}   = 0 },
+    'no-login|L'          => sub { $opts{login}     = 0 },
+    'no-proxy|X'          => sub { $opts{proxy}     = "" },
     # Workaround for options with dashes. There's likely a better way.
     'ignore-case|i'       => sub { $opts{case}      = 0 },
     'filename-format|N=s' => sub { $opts{fnfmt}     = $_[1] },
@@ -1529,7 +1529,7 @@ clive [options]... [URL]...
  -E, --emit-xml             emit video details as csv to stdout
  -U, --agent=STRING         identify as STRING to http server
  -y, --proxy=ADDR           use ADDR for http proxy
- -X, --noproxy              do not use http proxy
+ -X, --no-proxy             do not use http proxy
  -R, --renew                renew cache entry for visited url
  -s, --show                 dump cache entries to stdout
  -H, --show-format=STRING   format dumped cache entries
@@ -1544,13 +1544,13 @@ clive [options]... [URL]...
  -r, --recall               recall last url batch
  -T, --savebatch=FILE       save url batch to FILE
  -p, --paste                paste input from clipboard
- -n, --noextract            do not extract any videos
+ -n, --no-extract           do not extract any videos
  -c, --continue             continue partially downloaded file
  -W, --overwrite            overwrite existing video file
  -G, --progress=TYPE        use progress indicator TYPE
  -u, --youtube-user=UNAME   youtube username
  -t, --youtube-pass=PASSW   youtube password
- -L, --nologin              do not log into youtube
+ -L, --no-login             do not log into youtube
  -S, --savedir=DIR          save video files to DIR
  -f, --format=FORMAT        extract video FORMAT
  -l, --cclass=CLASS         use CLASS to filter titles
diff --git a/clive.pod b/clive.pod
index 8855767..ced67bd 100644
--- a/clive.pod
+++ b/clive.pod
@@ -90,7 +90,7 @@ Identify as I<string> to the HTTP server. Defaults is "Mozilla/5.0".
 Use I<address> for HTTP proxy, e.g. http://foo:1234. If undefined,
 uses the http_proxy environment setting if present.
 
-=item B<-X --noproxy>
+=item B<-X --no-proxy>
 
 Do not use HTTP proxy.
 
@@ -195,7 +195,7 @@ B<Download Options>
 
 =over 4
 
-=item B<-n --noextract>
+=item B<-n --no-extract>
 
 Do not actually extract any videos.
 
@@ -250,7 +250,7 @@ to extract videos flagged as mature-content.
 I<password> to log into Youtube. If I<password> is "-", causes clive to
 retrieve the login password from the L<clivepass(1)> utility. See L</EXAMPLES>.
 
-=item B<-L --nologin>
+=item B<-L --no-login>
 
 Do not log into Youtube.
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list