SVN: toys/rsget.pl/Get/SharingMatrix

sparky sparky at pld-linux.org
Wed Jul 28 14:42:22 CEST 2010


Author: sparky
Date: Wed Jul 28 14:42:22 2010
New Revision: 11717

Modified:
   toys/rsget.pl/Get/SharingMatrix
Log:
- updated "multi-download" detection


Modified: toys/rsget.pl/Get/SharingMatrix
==============================================================================
--- toys/rsget.pl/Get/SharingMatrix	(original)
+++ toys/rsget.pl/Get/SharingMatrix	Wed Jul 28 14:42:22 2010
@@ -28,7 +28,8 @@
 			if /Your daily download limit is over/;
 	}
 
-	if ( /You are already downloading file/ ) {
+	if ( /You are already downloading file/ or
+			/free users may only download 1 file at a time/ ) {
 		! m#link_name = '(.*?)';#;
 		my $name = $1;
 		! m#fsize = '(.*?)';#;


More information about the pld-cvs-commit mailing list