[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:53 UTC 2009


The following commit has been merged in the master branch:
commit 3c7f452f8a48dd2fbac6706babba0696f29b3619
Author: legatvs <legatvs at gmail.com>
Date:   Fri Mar 13 15:41:17 2009 +0200

    Change default filename format to "%t_%d_%i.%s".

diff --git a/clive b/clive
index 97eb331..27b9817 100755
--- a/clive
+++ b/clive
@@ -1262,7 +1262,7 @@ sub title_to_filename {
     # Extract the domain from the URL.
     my @a = split(/\./,$authority);
 
-    my $fn          = $opts{fnfmt} || "%t-(%i)-[%d].%s";
+    my $fn          = $opts{fnfmt} || "%t_%d_%i.%s";
     my $timestamp   = strftime("%F %T",localtime);
 
     my %h = (
diff --git a/clive.1 b/clive.1
index 6730300..cfafae2 100644
--- a/clive.1
+++ b/clive.1
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "clive 1"
-.TH clive 1 "2009-03-03" "2.1.6" "clive manual"
+.TH clive 1 "2009-03-13" "2.1.6" "clive manual"
 .SH "NAME"
 clive \- the non\-interactive video extraction utility
 .SH "SYNOPSIS"
@@ -361,7 +361,7 @@ The filtered video page titles are used to name the extracted videos.
 .IP "\fB\-N \-\-filename\-format=\fR\fIstring\fR" 4
 .IX Item "-N --filename-format=string"
 Use \fIstring\fR to construct the name of the extracted video. Default is
-\&\*(L"%t\-(%i)\-[%d].%s\*(R". The following specifiers are supported:
+\&\*(L"%t_%d_%i.%s\*(R". The following specifiers are supported:
 .Sp
 .Vb 7
 \&    %t = video title (after applying --cclass)
diff --git a/clive.pod b/clive.pod
index c2b73e2..b31af22 100644
--- a/clive.pod
+++ b/clive.pod
@@ -271,7 +271,7 @@ The filtered video page titles are used to name the extracted videos.
 =item B<-N --filename-format=>I<string>
 
 Use I<string> to construct the name of the extracted video. Default is
-"%t-(%i)-[%d].%s". The following specifiers are supported:
+"%t_%d_%i.%s". The following specifiers are supported:
 
     %t = video title (after applying --cclass)
     %i = video id

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



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