whoogle-search/app/url.py

5 lines
55 B
Python
Raw Normal View History

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