mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
4 lines
55 B
Python
4 lines
55 B
Python
|
|
|
|
def url_parse(str):
|
|
return str.replace(' ', '+')
|