SVN: toys/rsget.pl/Get: BigAndFree EgoShare ShareOnline SuperFastFile

sparky sparky at pld-linux.org
Sun May 9 19:19:14 CEST 2010


Author: sparky
Date: Sun May  9 19:19:14 2010
New Revision: 11408

Added:
   toys/rsget.pl/Get/BigAndFree   (contents, props changed)
   toys/rsget.pl/Get/EgoShare   (contents, props changed)
   toys/rsget.pl/Get/ShareOnline   (contents, props changed)
   toys/rsget.pl/Get/SuperFastFile   (contents, props changed)
Log:
- placeholders for relatively popular services


Added: toys/rsget.pl/Get/BigAndFree
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Get/BigAndFree	Sun May  9 19:19:14 2010
@@ -0,0 +1,19 @@
+# $Id$
+# Get::BigAndFree - File getter plugin for rsget.pl
+#
+# 2010 (c) ??? <???@???.??>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
+
+name: BigAndFree
+short: BigAndFree
+web: "http://bigandfree.com/"
+tos: "http://bigandfree.com/tos"
+uri: qr{bigandfree\.com/\d+}
+uri: qr{BigAndFree\.com/\d+}
+status: OK 2010-05-09
+
+start:
+	ERROR( "Service not supported. Check http://rsget.pl/getters/" );
+
+# vim: filetype=perl:ts=4:sw=4

Added: toys/rsget.pl/Get/EgoShare
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Get/EgoShare	Sun May  9 19:19:14 2010
@@ -0,0 +1,18 @@
+# $Id$
+# Get::EgoShare - File getter plugin for rsget.pl
+#
+# 2010 (c) ??? <???@???.??>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
+
+name: EgoShare
+short: EgoShare
+web: "http://www.egoshare.com/"
+tos: "http://www.egoshare.com/rules.php"
+uri: qr{egoshare.com/download\.php\?id=[A-Z0-9]+}
+status: OK 2010-05-09
+
+start:
+	ERROR( "Service not supported. Check http://rsget.pl/getters/" );
+
+# vim: filetype=perl:ts=4:sw=4

Added: toys/rsget.pl/Get/ShareOnline
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Get/ShareOnline	Sun May  9 19:19:14 2010
@@ -0,0 +1,18 @@
+# $Id$
+# Get::ShareOnline - File getter plugin for rsget.pl
+#
+# 2010 (c) ??? <???@???.??>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
+
+name: ShareOnline
+short: ShareOnline
+web: "http://www.share-online.biz/"
+tos: "http://www.share-online.biz/rules.php"
+uri: qr{share-online\.biz/download\.php\?id=[A-Z0-9]+}
+status: OK 2010-05-09
+
+start:
+	ERROR( "Service not supported. Check http://rsget.pl/getters/" );
+
+# vim: filetype=perl:ts=4:sw=4

Added: toys/rsget.pl/Get/SuperFastFile
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Get/SuperFastFile	Sun May  9 19:19:14 2010
@@ -0,0 +1,18 @@
+# $Id$
+# Get::SuperFastFile - File getter plugin for rsget.pl
+#
+# 2010 (c) ??? <???@???.??>
+#		This program is free software,
+# you may distribute it under GPL v2 or newer.
+
+name: SuperFastFile
+short: SuperFastFile
+web: "http://www.superfastfile.com/"
+tos: "http://www.superfastfile.com/tos.html"
+uri: qr{superfastfile.com/[0-9a-z]+}
+status: OK 2010-05-09
+
+start:
+	ERROR( "Service not supported. Check http://rsget.pl/getters/" );
+
+# vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list