Thursday, 26 November 2015

How to download a file directly from Google?
Shreyas Iyer00:39 0 comments


You must be a facing a really hard time when you want to download some file from some website. To do that, obviously you Google up the file's name, and then goto some website. But, 80% of websites actually contain lots of ads which pop up when you click 'Download', isnt it? Well, that is frustrating. You resolve to torrents, but that's a tedious process. But now, there's a trick with which you can get direct download links to the file you wish to download! Yes, right there in Google! So, follow along ..


 Here's a code you can use to directly get access to the archive of the website where the file you wish to download is stored.


“YOUR FILE NAME HERE” -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mkv|mp4|avi|mp3|wav|mov|nes|rar|exe|iso|flv|m4a)

In place of (mkv | mp4 |...), you must specify the extension of the file-name you wish to download, like (exe) or (rar) or (mp3), like that. Suppose, I want to download Avicii's Wake Me Up, I simple write ..

“Avicii Wake Me Up” -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (mp3)
Similarily, when you want to download a .NES rom of Super Mario Bros. ..

"Super Mario Bros.” -inurl:(htm|html|php|pls|txt) intitle:index.of “last modified” (nes)

About The Author Shreyas Iyer Shreyas Iyer is a budding blogger, an intermediate competitive-programmer, web-developer, and game developer. Find him on his GitHub account.

0 comments

Post a Comment