Wanna find mp3 using google?

Sure, finding a mp3-file using google is not hard, in fact easy.

However when you wanna find the mp3 file of your favorite artist, you can use this die hard search string:


{-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3) "artist goes here"}

Remember to change "artist goes here" with the name of the artist and if you want a specific song, type that in as well.

Then you can use wget to easily download all mp3 files in one command:
wget -r -l4 --no-parent -A.mp3 www.domain.com/directory

Who needs napster? :)

Disclaimer: morphir.com does not take any responsibility what-so-evah for you or anybody else downloading copyrighted material as a result of reading this article.

Comments

change..

-A.jpg to -A.mp3

please

yup.

done - thanks :)

Post new comment

  • Allowed HTML tags: <strong> <code>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options