DanMcInerney / xsscrapy

XSS spider - 66/66 wavsep XSS detected
1.63k stars 438 forks source link

urlparse error #76

Open ya3raj opened 1 year ago

ya3raj commented 1 year ago

from urlparse import urlparse, parse_qsl, urljoin, urlunparse, urlunsplit ModuleNotFoundError: No module named 'urlparse'

DoctorDrive commented 1 year ago

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

oplopr01 commented 1 year ago

The urlparse in Python 2.7 was renamed to urllib.parse in Python 3

sir then what will be the solution for it??

decidedlygray commented 7 months ago

Either use Python 2.7, or hit pull the PR with the Python 3 updates