SVN: toys/rsget.pl/Get/HotFile
    sparky 
    sparky at pld-linux.org
       
    Sun May 23 23:16:32 CEST 2010
    
    
  
Author: sparky
Date: Sun May 23 23:16:32 2010
New Revision: 11487
Modified:
   toys/rsget.pl/Get/HotFile
Log:
- force english
Modified: toys/rsget.pl/Get/HotFile
==============================================================================
--- toys/rsget.pl/Get/HotFile	(original)
+++ toys/rsget.pl/Get/HotFile	Sun May 23 23:16:32 2010
@@ -18,7 +18,7 @@
 		if m{hotfile\.com/dl/(\d+/[0-9a-f]+/.+?)(?:\.html)?$};
 
 start:
-	GET( $-{_uri} );
+	GET( $-{_uri} . "?lang=en" );
 
 	ERROR( "file not found" ) unless length $_;
 	ERROR( "file not found" ) if /This file is either removed|File is removed/;
    
    
More information about the pld-cvs-commit
mailing list