Google Search – Searching for Video Format Like MP3

google-search

Based on this question, I can use this:

-inurl:(htm|html|php) in title:"index of" +"last modified" +"parent directory" +description +size +mp3 "name_of_what_I_am_looking_for"

To search for all mp3 files. So how can I modify that search to look for mp4 or other video file formats?

Best Answer

Try something like this:

filetype:mp4

Or:

-inurl:(htm|html|php) in title:"index of" +"last modified" +"parent directory" +description +size +(mp4|avi|mkv) "name_of_what_I_am_looking_for"

Where you can put whatever other extension you are looking for instead of +(mp4|avi|mkv), like this:

  • just mp4: +mp4
  • some other formats: +(m4v|mov)