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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to