SVN: toys/rsget.pl/Get/UploadingCom

sparky sparky at pld-linux.org
Wed May 5 02:46:46 CEST 2010


Author: sparky
Date: Wed May  5 02:46:46 2010
New Revision: 11374

Modified:
   toys/rsget.pl/Get/UploadingCom
Log:
- fixed/updated


Modified: toys/rsget.pl/Get/UploadingCom
==============================================================================
--- toys/rsget.pl/Get/UploadingCom	(original)
+++ toys/rsget.pl/Get/UploadingCom	Wed May  5 02:46:46 2010
@@ -12,7 +12,7 @@
 uri: qr{uploading\.com/(../)?files/(get/)?[A-Za-z0-9]{8}}
 cookie: !uc
 slots: 1
-status: OK 2010-03-12
+status: OK 2010-05-05
 
 unify:
 	return "http://uploading.com/files/$1/"
@@ -50,7 +50,7 @@
 	! /CONF\s*=\s*{\s*host:\s*'(.*?)'/;
 	$-{host} = $1;
 
-	! m{start_timer\((\d+)\);};
+	! m{timer_count\s*=\s(\d+);};
 	WAIT( -$1, "expecting download link" );
 
 	GET( $-{host} . "files/get/?JsHttpRequest=" . jstime() . "-xml",


More information about the pld-cvs-commit mailing list