GerbenJavado / LinkFinder

A python script that finds endpoints in JavaScript files
https://gerbenjavado.com/discovering-hidden-content-using-linkfinder
MIT License
3.61k stars 587 forks source link

Couldn't find index page for 'jsbeautifier' #115

Closed rmjaadugar closed 2 years ago

rmjaadugar commented 2 years ago

I am unable to find any jsbeautifier in the dependencies list and I am getting below error while trying to setup. Any helping tip to overcome this issue.

Installed /usr/local/lib/python3.9/dist-packages/LinkFinder-1.0-py3.9.egg Processing dependencies for LinkFinder==1.0 Searching for jsbeautifier Reading https://pypi.org/simple/jsbeautifier/ Download error on https://pypi.org/simple/jsbeautifier/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found! Couldn't find index page for 'jsbeautifier' (maybe misspelled?)

ville87 commented 2 years ago

You have to install it first with pip: $ pip3 install jsbeautifier