Math-Linux.com

Knowledge base dedicated to Linux and applied mathematics.

Home > Linux > Tip of the day > Download music and videos .mp3, .wma, .avi, .mpg , divx with google

Download music and videos .mp3, .wma, .avi, .mpg , divx with google

All the versions of this article: <English> <français>

Who does not know Google? This is the best search engine on the Web. Looking closely in the options, Google becomes a real snoop ... Warning: I remind you that to download a video or audio file subject to copyright, you must have the original. Math-Linux.com is not responsible of the hijacking of this tip.

Most of the time the audio and video files can be found on Apache server. Files are located in a tree as follows:

Main features of this page:
 Begins with the title Index of
 Page contains columns: Name, Last modified, Description and Size
 A link to the Parent Directory

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) Akon -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

Also in this section

  1. Crontab : Scheduling Tasks
  2. Archiving and compressing data files tar
  3. Check/find version of numpy i’m using
  4. Comment changer son adresse MAC sous Linux
  5. Download music and videos .mp3, .wma, .avi, .mpg , divx with google
  6. Find list of options that python was compiled with
  7. Find out biggest cpu/memory consuming processes with ps command
  8. Generating a self-signed certificate using OpenSSL with Linux CentOs/RedHat for Apache/httpd
  9. GNU compilation for MIC architecture KNL Knights Landing
  10. Got permission denied while trying to connect to the Docker daemon socket
  11. How to change the MAC address on Linux
  12. How to Convert Text File From ISO-8859-15 to UTF-8 Encoding
  13. How to diff remote files using ssh ?
  14. How to encrypt/decrypt a file or directory in Linux?
  15. How to make a denial of a service with fork functions in BASH ?
  16. How to setup SSH timeout in shell script ?
  17. Intel compilation for MIC architecture KNL Knights Landing
  18. Linux How to connect to Windows with remote desktop RDP in CentOS 7 / RedHat 7
  19. Linux How to delete or remove printer from command line
  20. phpMyAdmin: Search and Replace in MySQL database
  21. Speedup GNU make build and compilation process
  22. SVN — Branch, Branching subversion howto
  23. SVN — How to ignore file or directory in subversion?
  24. Time a task: time