SVN: toys/rsget.pl/Link/SharingMatrix
pawelz
pawelz at pld-linux.org
Sun Jul 25 02:22:09 CEST 2010
Author: pawelz
Date: Sun Jul 25 02:22:09 2010
New Revision: 11700
Added:
toys/rsget.pl/Link/SharingMatrix (contents, props changed)
Log:
- new plugin
Added: toys/rsget.pl/Link/SharingMatrix
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Link/SharingMatrix Sun Jul 25 02:22:09 2010
@@ -0,0 +1,20 @@
+# $Id$
+# Link::SharingMatrix - Link decrypter plugin for rsget.pl
+#
+# 2010 (c) Paweł Zuzelski <pawelz at pld-linux.org>
+# This program is free software,
+# you may distribute it under GPL v2 or newer.
+
+name: SharingMatrix
+short: L:SM
+web: "http://sharingmatrix.com/"
+tos: "http://sharingmatrix.com/user_agreement"
+uri: qr{(?:www\d+\.)?sharingmatrix\.com/folder/\d+}
+status: OK 2010-07-25
+
+start:
+ GET( $-{_uri} );
+
+ LINK( /<td><a href="(.*?)">/g );
+
+# vim: filetype=perl:ts=4:sw=4
More information about the pld-cvs-commit
mailing list