Kuro

Results 2 issues of Kuro

#### Description When I try to run the [Makefile](https://github.com/WangYihang/Platypus/blob/d13e22fc8490affa56a6bbb846546a4aee33c3e4/Makefile) it seems like it installs nvm (line 9) but at 'sudo nvm install --lts'(line 10) it gives me an error that...

bug
help wanted

Think the title says it all. Really surprising behavior. ``` import WebSearcher as ws se = ws.SearchEngine() se.search('Zhiend') se.parse_results() print(se.results[6]) ``` This snipped would respond with ``` {'type': 'unknown', 'sub_type':...