SVN: toys/rsget.pl/Get/RapidShare

sparky sparky at pld-linux.org
Sat Dec 12 00:21:07 CET 2009


Author: sparky
Date: Sat Dec 12 00:21:07 2009
New Revision: 11032

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- one more "file removed" case


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sat Dec 12 00:21:07 2009
@@ -9,14 +9,14 @@
 short: RS
 web: "http://rapidshare.com/"
 uri: qr{rapidshare\.com/}
-status: OK 2009-10-22
+status: OK 2009-12-12
 
 start:
 	GET( $-{_uri} );
 
 	ERROR( "file not found" )
 		if /The file could not be found\.  Please check the download link/;
-	ERROR( "file removed" ) if /file has been removed from the server/;
+	ERROR( "file removed" ) if /file has been removed from the server|The uploader has removed this file from the server/;
 	ERROR( "file removed" ) if /download of this file is currently not possible|This limit is reached/;
 
 	m#<p class="downloadlink">.*/(.+?) <font style=".*?">\| (\d+ KB)</font></p>#;


More information about the pld-cvs-commit mailing list