DOwnload music from google easily!

Status
Not open for further replies.

mssssee2

Graphic Designer
Messages
506
Location
Greece
YouTube - Google is better than Limewire for downloading Music mp3s dl

I made a form for not needing to type the whole code :

Just copy and paste to notepad and save as .htm or .html (extension you prefer.

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Download music from google easily</title>
</head>

<body>

<p>Download music from google easily using this form :</p>
<p>Tip : Separate each word with a dot.</p>
<p> </p>
<p> <form name="a" method="get">

<input type="text" name="b" size="67"><input type="button" name="but1" value="search" onclick="go(this.form)">

<script>

function go(form) {
var check = a.b.value
window.location = "http://www.google.gr/search?hl=el&q=intitle%3A%22index.of%22+*mp3%7Cmp4%7Cavi%7Cmpeg%29+" + check + "+-htm+-html+-php&btnG=%CE%91%CE%BD%CE%B1%CE%B6%CE%AE%CF%84%CE%B7%CF%83%CE%B7&meta="
}

</script>

</form></p>

<p> </p>

</body>

</html>
 
This is great, I have no idea how long it will stay up because it could be considered piracy.

Any idea if it will work with videos?
 
I put it without meaning Pirated downloads, for example you can search for music files that are free music and you can not find them easily. anyway, that's the code for videos :




<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Download music from google easily</title>
</head>

<body>

<p>Download music from google easily using this form :</p>
<p>Tip : Separate each word with a dot.</p>
<p> </p>
<p> <form name="a" method="get">

<input type="text" name="b" size="67"><input type="button" name="but1" value="search" onclick="go(this.form)">

<script>

function go(form) {
var check = a.b.value
window.location = "http://www.google.gr/search?hl=el&q=intitle%3A%22index.of%22+*wmv%7Cmpeg%7Cavi%7Cmov%29+" + check + "+-htm+-html+-php&btnG=%CE%91%CE%BD%CE%B1%CE%B6%CE%AE%CF%84%CE%B7%CF%83%CE%B7&meta="
}

</script>

</form></p>

<p> </p>

</body>

</html>
 
Ok, I did an experiment. I tested them both against the technique I normally would've used. The results for XtraGoogle are: "parent directory" + "mp3" + "papoose" -filetype:htm -filetype:html -filetype:php -filetype:asp - Google Search

That's a good site but the results were kinda.....nah.

Ok, now for the original poster's method: intitle:"index.of" *mp3|mp4 |avi|mpeg) papoose -htm -html -php - ÁíáæÞôçóç Google

This is a very interesting and effective method. Only relevant links and no extra links. Good job, it's a very easy to use method.

Ok, what I usually would've done is typed "index of" + "artistname(in this case it's papoose)" .mp3. (so in google I typed "index of" + "papoose" .mp3) My results were: "index of" + "papoose" .mp3 - Google Search
*Note these are Firefox results.

I got close to the same results as the above example, except I got a bunch of unrelevant links also.

So in my opinion, the code submitted by the original poster is the best method for using google to find what you need. Again I say, good job!
 
I like a lot. I was wondering watching movies on thevideobay etc, is that illegal to watch it?
 
Status
Not open for further replies.
Back
Top Bottom