Author: sparky
Date: Fri Mar 12 20:20:50 2010
New Revision: 11259

Modified:
   toys/rsget.pl/Get/ZippyShare
Log:
- fixed "file not found" detection
- status: OK 2010-03-12


Modified: toys/rsget.pl/Get/ZippyShare
==============================================================================
--- toys/rsget.pl/Get/ZippyShare        (original)
+++ toys/rsget.pl/Get/ZippyShare        Fri Mar 12 20:20:50 2010
@@ -12,7 +12,7 @@
 uri: qr{www\d*\.zippyshare\.com/v/\d+/file\.}
 cookie: zips
 slots: max
-status: OK 2010-02-27
+status: OK 2010-03-12
 
 unify:
        return "$1/file.html" if m{^(.*?)/file};
@@ -20,7 +20,7 @@
 start:
        GET( $-{_uri} );
 
-       ERROR( "file not found" ) if /The requsted file does not exist on this 
server/;
+       ERROR( "file not found" ) if /File does not exist on this server/;
 
        ! m#<strong>Name: </strong>(.+?)<#;
        my $name = $1;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to