SVN: toys/rsget.pl/Audio/GoEar
    sparky 
    sparky at pld-linux.org
       
    Thu Jun  3 19:09:04 CEST 2010
    
    
  
Author: sparky
Date: Thu Jun  3 19:09:04 2010
New Revision: 11501
Modified:
   toys/rsget.pl/Audio/GoEar
Log:
- updated
Modified: toys/rsget.pl/Audio/GoEar
==============================================================================
--- toys/rsget.pl/Audio/GoEar	(original)
+++ toys/rsget.pl/Audio/GoEar	Thu Jun  3 19:09:04 2010
@@ -22,7 +22,7 @@
 	! m{<object.*?><embed src=".*?swf\?file=([0-9a-f]+)"};
 	my $id = $1;
 
-	GET( "/localtrackhost.php?f=$id" );
+	GET( "/tracker758.php?f=$id" );
 
 	! m{<song path="(.*?)" bild=".*?" artist="(.*?)" title="(.*?)"/>};
 	my ( $file_uri, $artist, $title ) = ( $1, $2, $3 );
    
    
More information about the pld-cvs-commit
mailing list