Google Secret
In Google, if you want MP3 or WMA files, type:
intitle:"index of" +"last modified" +"parent directory" +description +size +(.wma|.mp3) singer_or_title -inurl:(htm|html|php)
you have to choose singer_or_title!!!
You can try the following code
intitle:"index of" +"last modified" +"parent directory" +description +size +(.wma|.mp3) Dido -inurl:(htm|html|php)
Of course, you can download it if and only if you got the originals.
Some explanations:
- intitle criterion of research on page title
- -inurl criterion to exclude words that are in the url, here we exclude pages htm, html and PHP, to yield directories, it may also exclude asp, jsp etc ...
- - (.wma|.mp3) can have pages containing occurrences. WMA or. Mp3
If you are looking for video files of type mpg or avi or divx etc. ...
Type:
-inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(.mpg|.avi|.flv|.wmv|.di) title_of_video
Comments