megadose / OnionSearch

OnionSearch is a script that scrapes urls on different .onion search engines.
GNU General Public License v3.0
1.16k stars 153 forks source link

html5lib error #39

Open macgreine opened 1 month ago

macgreine commented 1 month ago

I am running Kali Linux 2024.1, This was a new installation of onionsearch. Installation was easy. But when I run a search I get an error message saying Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library? I reinstalled bs, html5lib, and lxml, removed and reinstalled onionsearch with same problem any thoughts.

macgreine commented 1 month ago

I think I have found the issue. After cloning the repository according to the page enter python3 setup.py install, instead I used sudo python3.11 setup.py install. This seemed to force the app to find the htm5lib file.