whoogle-search/app/url.py
2020-01-21 13:26:49 -07:00

5 lines
55 B
Python

def url_parse(str):
return str.replace(' ', '+')