python google search and download

python google search and download

While studying I mostly use google and find documents which are more informative. And when I like a document then I try to download all slides of this course. So I was lazy to download all file to file and I write a python console app for this job. I give only the url and it downloads for me all files in a directory which I create with timestamp.

For example: I found this document: http://www.aybikesimsek.net/slides/blg4146/SAT-1.pdf And I like it. I want to download other slides too. So I call this app like that : 

python3 search.pyhttp://www.aybikesimsek.net/slides/blg4146/

Now it downloads all slides which is shared and indexed by google.

it was :)

download