SVN: toys/rsget.pl/Link/RSProtect
sparky
sparky at pld-linux.org
Sun Oct 4 00:22:48 CEST 2009
Author: sparky
Date: Sun Oct 4 00:22:48 2009
New Revision: 10669
Added:
toys/rsget.pl/Link/RSProtect
Log:
- new
Added: toys/rsget.pl/Link/RSProtect
==============================================================================
--- (empty file)
+++ toys/rsget.pl/Link/RSProtect Sun Oct 4 00:22:48 2009
@@ -0,0 +1,17 @@
+#!/usr/bin/perl
+
+name: RSProtect
+short: rsprotect.com
+uri: qr{rsprotect\.com/rc-.*?/}
+status: OK 2009-10-04
+
+start:
+ GET( $-{_uri} );
+
+ ! m{<form method="post" onsubmit="return ch.*?" action="(.*?)"};
+ $_ = $1;
+ s/&#x(..);/chr hex $1/eg;
+
+ LINK( $_ );
+
+# vim:ts=4:sw=4
More information about the pld-cvs-commit
mailing list