opsdisk
opsdisk
@jaoh Feel free to disregard the above. I made a smaller fix and merged it into v.1.3.0. ```bash # Fetch the latest branch git checkout master git pull origin master...
@makefu Appreciate the additional data point. Yeah, they likely changed something in the HTML returned. I was not able to get any results either. Not sure when I'll be able...
Hi @complexbothost How did you install metagoofil? Are you using a Python virtual environment? See https://github.com/opsdisk/metagoofil?tab=readme-ov-file#installation
Hi @Wh1t3Rabyt3 Try adding a `-w` to the end, so the complete command would be ```bash python3 metagoofil.py -d cisco.com -t pdf -o ~/test/ -w ``` I'll have to look...
Glad that worked :) Been a while since I looked at the code, but a quick glance shows that `-o` should really imply `-w` as well...so maybe I can get...
Thanks for taking the time to submit the suggestiomn @photkey - let me think about and see how easy it is to extract that text.
Hi @photkey Short answer is no, I haven't been able to do a deep dive into it. Long answer, at some point Google introduced infinite scroll to search results (...
Hi @vasile-corobceanu Can you clarify how you're using it and/or what issues you're seeing? It shouldn't be required, since the default is `lang_en` when instantiating the `SearchClient` class (see https://github.com/opsdisk/yagooglesearch/blob/master/src/yagooglesearch/__init__.py#L87)...
yagooglsearch is heavily based off the [googlesearch](https://github.com/MarioVilas/googlesearch) library...so I guess I just kept that requirement since it came from [here](https://github.com/MarioVilas/googlesearch/blob/master/googlesearch/__init__.py#L213). Maybe it helped with not looking like a bot? If...