SVN: toys/rsget.pl/Get/RapidShare

pawelz pawelz at pld-linux.org
Sun Aug 1 18:24:21 CEST 2010


Author: pawelz
Date: Sun Aug  1 18:24:21 2010
New Revision: 11740

Modified:
   toys/rsget.pl/Get/RapidShare
Log:
- fixed unify. It fixes RSGETPL-26.


Modified: toys/rsget.pl/Get/RapidShare
==============================================================================
--- toys/rsget.pl/Get/RapidShare	(original)
+++ toys/rsget.pl/Get/RapidShare	Sun Aug  1 18:24:21 2010
@@ -14,7 +14,7 @@
 
 unify:
 	s/#.*//;
-	return "http://rapidshare.com/files/$1"
+	return "http://rapidshare.com/files/$2"
 		if m{rapidshare\.(com|de)/files/(\d+/.+)};
 
 pre:


More information about the pld-cvs-commit mailing list