SVN: toys/rsget.pl/Get/SendSpacePL

sparky sparky at pld-linux.org
Wed Jul 14 18:44:55 CEST 2010


Author: sparky
Date: Wed Jul 14 18:44:54 2010
New Revision: 11671

Modified:
   toys/rsget.pl/Get/SendSpacePL
Log:
- use DELAY


Modified: toys/rsget.pl/Get/SendSpacePL
==============================================================================
--- toys/rsget.pl/Get/SendSpacePL	(original)
+++ toys/rsget.pl/Get/SendSpacePL	Wed Jul 14 18:44:54 2010
@@ -11,7 +11,7 @@
 tos: "http://www.sendspace.pl/informacje/regulamin"
 uri: qr{sendspace\.pl/file/[a-zA-Z0-9]{8}}
 cookie: ss.pl
-status: OK 2010-06-05
+status: OK 2010-07-14
 
 start:
 	GET( $-{_uri} );
@@ -32,7 +32,7 @@
 
 	CLICK_DOWNLOAD( $file_uri );
 
-	ERROR( "temporarily unavailable" ) if /jest chwilowo niedostępny/;
+	DELAY( 5 * 60, "temporarily unavailable" ) if /jest chwilowo niedostępny/;
 	RESTART( $1, "free limit reached" ) if /setDownloadTimeOut\('(\d+)'\);/;
 
 # vim: filetype=perl:ts=4:sw=4


More information about the pld-cvs-commit mailing list