SVN: toys/rsget.pl/Get/HotFile

sparky sparky at pld-linux.org
Sat Feb 27 19:49:19 CET 2010


Author: sparky
Date: Sat Feb 27 19:49:19 2010
New Revision: 11203

Modified:
   toys/rsget.pl/Get/HotFile
Log:
- updated for main page changes


Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Sat Feb 27 19:49:19 2010
@@ -23,7 +23,7 @@
 	ERROR( "file not found" ) unless length $_;
 	ERROR( "file not found" ) if /This file is either removed|File is removed/;
 
-	! m{<table class="downloading"><tr><td>.*?<b>(.*?)</b> <span class="size">\| ($STDSIZE)</span></td></tr></table>};
+	! m{<strong>Downloading:</strong> (.*?) <span>\|</span> <strong>($STDSIZE)</strong>};
 	INFO( name => $1, asize => $2 );
 
 	MULTI() if /You are currently downloading/;


More information about the pld-cvs-commit mailing list