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

Reply via email to