nahamsec / JSParser

783 stars 178 forks source link

Update handler.py #63

Open shishirs4 opened 11 months ago

shishirs4 commented 11 months ago

Remove error like urlparse with this one

import safeurl, types, sys, re, mimetypes, glob, jsbeautifier, pycurl from urllib.parse import urlparse from io import StringIO

and Remove error cannot import name 'escape' from 'cgi' (/usr/lib/python3.10/cgi.py)

from html import escape