SVN: toys/rsget.pl/Video: .template Banzaj Break DailyMotion Delfi Google InteriaPL LiveLeak MegaVid...

sparky sparky at pld-linux.org
Mon Oct 26 18:08:33 CET 2009


Author: sparky
Date: Mon Oct 26 18:08:33 2009
New Revision: 10861

Modified:
   toys/rsget.pl/Video/.template   (contents, props changed)
   toys/rsget.pl/Video/Banzaj   (contents, props changed)
   toys/rsget.pl/Video/Break   (contents, props changed)
   toys/rsget.pl/Video/DailyMotion   (contents, props changed)
   toys/rsget.pl/Video/Delfi   (contents, props changed)
   toys/rsget.pl/Video/Google   (contents, props changed)
   toys/rsget.pl/Video/InteriaPL   (contents, props changed)
   toys/rsget.pl/Video/LiveLeak   (contents, props changed)
   toys/rsget.pl/Video/MegaVideo   (contents, props changed)
   toys/rsget.pl/Video/MetaCafe   (contents, props changed)
   toys/rsget.pl/Video/MySpace   (contents, props changed)
   toys/rsget.pl/Video/PornHub   (contents, props changed)
   toys/rsget.pl/Video/RedTube   (contents, props changed)
   toys/rsget.pl/Video/SpankWire   (contents, props changed)
   toys/rsget.pl/Video/Veoh   (contents, props changed)
   toys/rsget.pl/Video/Vimeo   (contents, props changed)
   toys/rsget.pl/Video/YouPorn   (contents, props changed)
   toys/rsget.pl/Video/YouTube   (contents, props changed)
Log:
- nice preamble


Modified: toys/rsget.pl/Video/.template
==============================================================================
--- toys/rsget.pl/Video/.template	(original)
+++ toys/rsget.pl/Video/.template	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::[NAME] - Video getter plugin for rsget.pl
+#
+# (c) 2009 ??? <???@???.??>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: [NAME]
 short: V:[NAME]
@@ -20,4 +25,4 @@
 	my $file_uri = uri_unescape( $1 );
 	DOWNLOAD( $file_uri, fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Banzaj
==============================================================================
--- toys/rsget.pl/Video/Banzaj	(original)
+++ toys/rsget.pl/Video/Banzaj	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Banzaj - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Banzaj
 short: V:Banzaj
@@ -22,4 +27,4 @@
 
 	DOWNLOAD( uri_unescape( $1 ), fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Break
==============================================================================
--- toys/rsget.pl/Video/Break	(original)
+++ toys/rsget.pl/Video/Break	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Break - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Break
 short: V:Break
@@ -22,4 +27,4 @@
 
 	DOWNLOAD( "$vp/$fp/$name" );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/DailyMotion
==============================================================================
--- toys/rsget.pl/Video/DailyMotion	(original)
+++ toys/rsget.pl/Video/DailyMotion	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::DailyMotion - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: DailyMotion
 short: V:DailyMotion
@@ -33,4 +38,4 @@
 
 	DOWNLOAD( $best_uri, fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Delfi
==============================================================================
--- toys/rsget.pl/Video/Delfi	(original)
+++ toys/rsget.pl/Video/Delfi	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Delfi - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Delfi
 short: V:Delfi
@@ -19,4 +24,4 @@
 
 	DOWNLOAD( uri_unescape( $1 ), fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Google
==============================================================================
--- toys/rsget.pl/Video/Google	(original)
+++ toys/rsget.pl/Video/Google	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Google - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Google
 short: V:Google
@@ -26,4 +31,4 @@
 
 	DOWNLOAD( @file_uri );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/InteriaPL
==============================================================================
--- toys/rsget.pl/Video/InteriaPL	(original)
+++ toys/rsget.pl/Video/InteriaPL	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::InteriaPL - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: InteriaPL
 short: V:InteriaPL
@@ -21,4 +26,4 @@
 
 	DOWNLOAD( "http://flv.interia.pl/l/$id.flv", fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/LiveLeak
==============================================================================
--- toys/rsget.pl/Video/LiveLeak	(original)
+++ toys/rsget.pl/Video/LiveLeak	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::LiveLeak - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: LiveLeak
 short: V:LiveLeak
@@ -25,4 +30,4 @@
 	! m{<location>(.*?)</location>};
 	DOWNLOAD( $1, fname => $-{fname} );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/MegaVideo
==============================================================================
--- toys/rsget.pl/Video/MegaVideo	(original)
+++ toys/rsget.pl/Video/MegaVideo	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::MegaVideo - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: MegaVideo
 short: V:MegaVideo
@@ -58,4 +63,4 @@
 	return unpack "H*", pack "B*", join "", @bits;
 }
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/MetaCafe
==============================================================================
--- toys/rsget.pl/Video/MetaCafe	(original)
+++ toys/rsget.pl/Video/MetaCafe	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::MetaCafe - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: MetaCafe
 short: V:MetaCafe
@@ -22,4 +27,4 @@
 
 	DOWNLOAD( $file_uri, fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/MySpace
==============================================================================
--- toys/rsget.pl/Video/MySpace	(original)
+++ toys/rsget.pl/Video/MySpace	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::MySpace - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: MySpace
 short: V:MySpace
@@ -27,4 +32,4 @@
 	my $file_uri = $1;
 	DOWNLOAD( $file_uri, fname => $-{fname} );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/PornHub
==============================================================================
--- toys/rsget.pl/Video/PornHub	(original)
+++ toys/rsget.pl/Video/PornHub	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::PornHub - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: PornHub
 short: V:PornHub
@@ -42,4 +47,4 @@
 	my $file_uri = substr $_, $f + 10, $len;
 	DOWNLOAD( $file_uri, fname => $-{fname} );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/RedTube
==============================================================================
--- toys/rsget.pl/Video/RedTube	(original)
+++ toys/rsget.pl/Video/RedTube	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::RedTube - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: RedTube
 short: V:RedTube
@@ -48,4 +53,4 @@
 	return sprintf( '%07d/%s.flv', $id / 1000, pack( 'C*', @chars ) );
 }
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/SpankWire
==============================================================================
--- toys/rsget.pl/Video/SpankWire	(original)
+++ toys/rsget.pl/Video/SpankWire	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::SpankWire - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: SpankWire
 short: V:SpankWire
@@ -24,4 +29,4 @@
 	my $file_uri = de_ml( $1 );
 	DOWNLOAD( $file_uri, fname => $-{fname} );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Veoh
==============================================================================
--- toys/rsget.pl/Video/Veoh	(original)
+++ toys/rsget.pl/Video/Veoh	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Veoh - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Veoh
 short: V:Veoh
@@ -32,4 +37,4 @@
 	! m/fullPreviewHashPath="(.*?)"/;
 	DOWNLOAD( de_ml( $1 ), fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/Vimeo
==============================================================================
--- toys/rsget.pl/Video/Vimeo	(original)
+++ toys/rsget.pl/Video/Vimeo	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::Vimeo - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: Vimeo
 short: V:Vimeo
@@ -37,4 +42,4 @@
 	my $file_uri = "http://vimeo.com/moogaloop/play/clip:$-{id}/$rs/$rse/?q=hd";
 	DOWNLOAD( $file_uri, fname => $name );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/YouPorn
==============================================================================
--- toys/rsget.pl/Video/YouPorn	(original)
+++ toys/rsget.pl/Video/YouPorn	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::YouPorn - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: YouPorn
 short: V:YouPorn
@@ -25,4 +30,4 @@
 
 	DOWNLOAD( $file_uri, fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4

Modified: toys/rsget.pl/Video/YouTube
==============================================================================
--- toys/rsget.pl/Video/YouTube	(original)
+++ toys/rsget.pl/Video/YouTube	Mon Oct 26 18:08:33 2009
@@ -1,4 +1,9 @@
-#!/usr/bin/perl
+# $Id$
+# Video::YouTube - Video getter plugin for rsget.pl
+#
+# (c) 2009 Przemysław Iskra <sparky at pld-linux.org>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
 
 name: YouTube
 short: V:YouTube
@@ -40,4 +45,4 @@
 	DOWNLOAD( "http://youtube.com/get_video?video_id=$id&t=$t&fmt=$fmt",
 		fname => $fname );
 
-# vim:ts=4:sw=4
+# vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list