SVN: toys/rsget.pl/Get/FileServe

sparky sparky at pld-linux.org
Sun Dec 19 18:21:46 CET 2010


Author: sparky
Date: Sun Dec 19 18:21:46 2010
New Revision: 11996

Modified:
   toys/rsget.pl/Get/FileServe
Log:
- fixed/updated


Modified: toys/rsget.pl/Get/FileServe
==============================================================================
--- toys/rsget.pl/Get/FileServe	(original)
+++ toys/rsget.pl/Get/FileServe	Sun Dec 19 18:21:46 2010
@@ -11,7 +11,7 @@
 tos: "http://fileserve.com/terms.php"
 uri: qr{fileserve\.com/file/[A-Za-z0-9]+(/.*)?}
 cookie: fsrv
-status: OK 2010-10-08
+status: OK 2010-12-19
 
 unify:
 	s/#.*//;
@@ -26,11 +26,11 @@
 
 	! m#<h1>(.+?)<br/></h1>#;
 	my $fname = $1;
-	! m#<span><strong>($STDSIZE)</strong> \| Uploaded on #o;
+	! m#<span.*?><strong>($STDSIZE)</strong> \| Uploaded on #o;
 	INFO( name => $fname, asize => $1 );
 
-	( $-{captcha_key} ) = m{var reCAPTCHA_publickey='(.*?)';};
-	( $-{captcha_encode} ) = m{"recaptcha_shortencode_field".*? value="(.*?)" />};
+	! ( $-{captcha_key} ) = m{var reCAPTCHA_publickey='(.*?)';};
+	! ( $-{captcha_encode} ) = m{"recaptcha_shortencode_field".*? value="(.*?)" />};
 
 	! m{src="(/landing/.+?/download_captcha\.js)"};
 	CLICK( $1, keep_referer => 1,


More information about the pld-cvs-commit mailing list