opsdisk / metagoofil

Search Google and download specific file types
Other
405 stars 85 forks source link

No module named google #5

Closed honoki closed 6 years ago

honoki commented 6 years ago

Having installed pip install google, this version of metagoofil errors with "ImportError: No module named google"

My fix was to replace "google" by "googlesearch" 3 times in lines 7 and 105 of metagoofil.py.

opsdisk commented 6 years ago

Thanks for the heads up @honoki ...updated the library and upgrading the code. Should have it out in few days.

opsdisk commented 6 years ago

Here's the branch if you want to take it for a test drive. You'll have to rerun pip install -r requirements.txt

https://github.com/opsdisk/metagoofil/tree/googlesearch-update

opsdisk commented 6 years ago

master branch now has updated code.