Author: sparky
Date: Mon Mar  8 03:20:01 2010
New Revision: 11227

Modified:
   toys/rsget.pl/Get/MegaUpload
Log:
- fixed captcha image detection


Modified: toys/rsget.pl/Get/MegaUpload
==============================================================================
--- toys/rsget.pl/Get/MegaUpload        (original)
+++ toys/rsget.pl/Get/MegaUpload        Mon Mar  8 03:20:01 2010
@@ -70,7 +70,7 @@
        ! $-{form} = $self->form( id => "captchaform" );
 
 stage_captcha:
-       ! m{<img src="(http://.*?megaupload\.com/gencap\.php\?[0-9a-f]+\.gif)"};
+       ! m{<img src="(http://.*?mega.*?\.com/gencap\.php\?[0-9a-f]+\.gif)"};
 
        GET( $1, keep_referer => 1 );
 
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to