whoogle-search/app/url.py

5 lines
55 B
Python
Raw Normal View History

2020-01-21 20:26:49 +00:00
def url_parse(str):
return str.replace(' ', '+')