Author: sparky
Date: Thu Oct 22 00:53:40 2009
New Revision: 10806

Modified:
   toys/rsget.pl/Get/EasyShare
Log:
- test results were OK


Modified: toys/rsget.pl/Get/EasyShare
==============================================================================
--- toys/rsget.pl/Get/EasyShare (original)
+++ toys/rsget.pl/Get/EasyShare Thu Oct 22 00:53:40 2009
@@ -4,7 +4,7 @@
 short: ES
 uri: qr{(?:w\d+\.)?easy-share\.com/(../)?(\d+)}
 cookie: !es
-status: OK 2009-09-17
+status: OK 2009-10-21
 
 start:
        COOKIE( [ (qw(.easy-share.com TRUE / FALSE), time + 80000, 'language', 
'en' ) ] );
@@ -52,7 +52,7 @@
                process => \&es_decaptcha
        );
 
-       GOTO stage_cappage unless $_;
+       GOTO stage_cappage unless defined $_;
        $-{capform}->set( captcha => $_ );
 
        DOWNLOAD( $-{capform}->post() );
@@ -101,7 +101,6 @@
 sub es_decaptcha
 {
        my $img = shift;
-       my $name = shift;
 
        $img->color_filter( \&es_color_get_luma );
        my $h = $img->histogram();
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to