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 = '(.*?)';#;
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit